HSL(117, 63%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(117,63%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 63%, 65%) | color: hsl(117, 63%, 65%) | |
| HEX | #73DE6E | color: #73DE6E | |
| RGB | rgb(115, 222, 110) | color: rgb(115, 222, 110) | |
| CMYK | cmyk(48%, 0%, 50%, 13%) | — | |
| HSV | hsv(117, 50%, 87%) | — | |
| HWB | hwb(117 44% 13%) | color: hwb(117 44% 13%) | |
| OKLCH | oklch(0.8112 0.1804 142.85) | color: oklch(0.8112 0.1804 142.85) | |
| Lab | lab(80.19 -52.82 45.27) | color: lab(80.19 -52.82 45.27) | |
| LCH | lch(80.19 69.57 139.4) | color: lch(80.19 69.57 139.4) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#A1A289 — rgb(161, 162, 137)
Deuteranopia (Green-blind)
#9B9390 — rgb(155, 147, 144)
Tritanopia (Blue-blind)
#789EA3 — rgb(120, 158, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 63%, 65%);
text
color: hsl(117, 63%, 65%);
border
border: 2px solid hsl(117, 63%, 65%);
gradient light
background: linear-gradient(to right, hsl(117, 63%, 85%), hsl(117, 63%, 65%));
gradient dark
background: linear-gradient(to right, hsl(117, 63%, 65%), hsl(117, 63%, 45%))
hex
background-color: #73DE6E;
tailwind
bg-[hsl(117,63%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 63%, 65%, 0.4);
css variable
--color-primary: hsl(117, 63%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(117, 63%, 65%)?
HEX: #73DE6E | RGB: rgb(115, 222, 110) | CMYK: 48%, 0%, 50%, 13% | HSV: 117°, 50%, 87%. Copy any format from the conversion table above.
What colors go well with #73DE6E?
The complementary color is HSL(297, 63%, 65%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 63%, 65%) in CSS?
As HSL: color: hsl(117, 63%, 65%); — As HEX: color: #73DE6E; — As RGB: color: rgb(115, 222, 110); — Tailwind CSS: bg-[hsl(117,63%,65%)] — CSS variable: --color-primary: hsl(117, 63%, 65%);