HSL(116, 57%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,57%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 57%, 64%) | color: hsl(116, 57%, 64%) | |
| HEX | #76D86F | color: #76D86F | |
| RGB | rgb(118, 216, 111) | color: rgb(118, 216, 111) | |
| CMYK | cmyk(45%, 0%, 49%, 15%) | — | |
| HSV | hsv(116, 49%, 85%) | — | |
| HWB | hwb(116 43% 15%) | color: hwb(116 43% 15%) | |
| OKLCH | oklch(0.798 0.1698 142.48) | color: oklch(0.798 0.1698 142.48) | |
| Lab | lab(78.53 -49.41 42.77) | color: lab(78.53 -49.41 42.77) | |
| LCH | lch(78.53 65.35 139.12) | color: lch(78.53 65.35 139.12) |
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)
#A0A188 — rgb(160, 161, 136)
Deuteranopia (Green-blind)
#9B938F — rgb(155, 147, 143)
Tritanopia (Blue-blind)
#7B9CA1 — rgb(123, 156, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 57%, 64%);
text
color: hsl(116, 57%, 64%);
border
border: 2px solid hsl(116, 57%, 64%);
gradient light
background: linear-gradient(to right, hsl(116, 57%, 84%), hsl(116, 57%, 64%));
gradient dark
background: linear-gradient(to right, hsl(116, 57%, 64%), hsl(116, 57%, 44%))
hex
background-color: #76D86F;
tailwind
bg-[hsl(116,57%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 57%, 64%, 0.4);
css variable
--color-primary: hsl(116, 57%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 57%, 64%)?
HEX: #76D86F | RGB: rgb(118, 216, 111) | CMYK: 45%, 0%, 49%, 15% | HSV: 116°, 49%, 85%. Copy any format from the conversion table above.
What colors go well with #76D86F?
The complementary color is HSL(296, 57%, 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, 57%, 64%) in CSS?
As HSL: color: hsl(116, 57%, 64%); — As HEX: color: #76D86F; — As RGB: color: rgb(118, 216, 111); — Tailwind CSS: bg-[hsl(116,57%,64%)] — CSS variable: --color-primary: hsl(116, 57%, 64%);