HSL(118, 90%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(118,90%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(118, 90%, 71%) | color: hsl(118, 90%, 71%) | |
| HEX | #77F872 | color: #77F872 | |
| RGB | rgb(119, 248, 114) | color: rgb(119, 248, 114) | |
| CMYK | cmyk(52%, 0%, 54%, 3%) | — | |
| HSV | hsv(118, 54%, 97%) | — | |
| HWB | hwb(118 45% 3%) | color: hwb(118 45% 3%) | |
| OKLCH | oklch(0.8767 0.2092 142.88) | color: oklch(0.8767 0.2092 142.88) | |
| Lab | lab(88.1 -61.29 53) | color: lab(88.1 -61.29 53) | |
| LCH | lch(88.1 81.03 139.15) | color: lch(88.1 81.03 139.15) |
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)
#AFB092 — rgb(175, 176, 146)
Deuteranopia (Green-blind)
#A79E9A — rgb(167, 158, 154)
Tritanopia (Blue-blind)
#7DACB2 — rgb(125, 172, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(118, 90%, 71%);
text
color: hsl(118, 90%, 71%);
border
border: 2px solid hsl(118, 90%, 71%);
gradient light
background: linear-gradient(to right, hsl(118, 90%, 91%), hsl(118, 90%, 71%));
gradient dark
background: linear-gradient(to right, hsl(118, 90%, 71%), hsl(118, 90%, 51%))
hex
background-color: #77F872;
tailwind
bg-[hsl(118,90%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(118, 90%, 71%, 0.4);
css variable
--color-primary: hsl(118, 90%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(118, 90%, 71%)?
HEX: #77F872 | RGB: rgb(119, 248, 114) | CMYK: 52%, 0%, 54%, 3% | HSV: 118°, 54%, 97%. Copy any format from the conversion table above.
What colors go well with #77F872?
The complementary color is HSL(298, 90%, 71%). For a triadic harmony, use hues 118°, 238°, and 358°. For analogous combinations, try hues 88° and 148°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(118, 90%, 71%) in CSS?
As HSL: color: hsl(118, 90%, 71%); — As HEX: color: #77F872; — As RGB: color: rgb(119, 248, 114); — Tailwind CSS: bg-[hsl(118,90%,71%)] — CSS variable: --color-primary: hsl(118, 90%, 71%);