HSL(116, 55%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,55%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 55%, 64%) | color: hsl(116, 55%, 64%) | |
| HEX | #77D671 | color: #77D671 | |
| RGB | rgb(119, 214, 113) | color: rgb(119, 214, 113) | |
| CMYK | cmyk(44%, 0%, 47%, 16%) | — | |
| HSV | hsv(116, 47%, 84%) | — | |
| HWB | hwb(116 45% 16%) | color: hwb(116 45% 16%) | |
| OKLCH | oklch(0.7939 0.1646 142.65) | color: oklch(0.7939 0.1646 142.65) | |
| Lab | lab(78 -48.03 41.14) | color: lab(78 -48.03 41.14) | |
| LCH | lch(78 63.24 139.42) | color: lch(78 63.24 139.42) |
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)
#A0A189 — rgb(160, 161, 137)
Deuteranopia (Green-blind)
#9B948F — rgb(155, 148, 143)
Tritanopia (Blue-blind)
#7C9DA1 — rgb(124, 157, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 55%, 64%);
text
color: hsl(116, 55%, 64%);
border
border: 2px solid hsl(116, 55%, 64%);
gradient light
background: linear-gradient(to right, hsl(116, 55%, 84%), hsl(116, 55%, 64%));
gradient dark
background: linear-gradient(to right, hsl(116, 55%, 64%), hsl(116, 55%, 44%))
hex
background-color: #77D671;
tailwind
bg-[hsl(116,55%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 55%, 64%, 0.4);
css variable
--color-primary: hsl(116, 55%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 55%, 64%)?
HEX: #77D671 | RGB: rgb(119, 214, 113) | CMYK: 44%, 0%, 47%, 16% | HSV: 116°, 47%, 84%. Copy any format from the conversion table above.
What colors go well with #77D671?
The complementary color is HSL(296, 55%, 64%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 55%, 64%) in CSS?
As HSL: color: hsl(116, 55%, 64%); — As HEX: color: #77D671; — As RGB: color: rgb(119, 214, 113); — Tailwind CSS: bg-[hsl(116,55%,64%)] — CSS variable: --color-primary: hsl(116, 55%, 64%);