HSL(119, 90%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(119,90%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 90%, 72%) | color: hsl(119, 90%, 72%) | |
| HEX | #79F877 | color: #79F877 | |
| RGB | rgb(121, 248, 119) | color: rgb(121, 248, 119) | |
| CMYK | cmyk(51%, 0%, 52%, 3%) | — | |
| HSV | hsv(119, 52%, 97%) | — | |
| HWB | hwb(119 47% 3%) | color: hwb(119 47% 3%) | |
| OKLCH | oklch(0.8781 0.2041 143.32) | color: oklch(0.8781 0.2041 143.32) | |
| Lab | lab(88.22 -60.17 50.88) | color: lab(88.22 -60.17 50.88) | |
| LCH | lch(88.22 78.8 139.78) | color: lch(88.22 78.8 139.78) |
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)
#B0B196 — rgb(176, 177, 150)
Deuteranopia (Green-blind)
#A99F9E — rgb(169, 159, 158)
Tritanopia (Blue-blind)
#7FAFB4 — rgb(127, 175, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 90%, 72%);
text
color: hsl(119, 90%, 72%);
border
border: 2px solid hsl(119, 90%, 72%);
gradient light
background: linear-gradient(to right, hsl(119, 90%, 92%), hsl(119, 90%, 72%));
gradient dark
background: linear-gradient(to right, hsl(119, 90%, 72%), hsl(119, 90%, 52%))
hex
background-color: #79F877;
tailwind
bg-[hsl(119,90%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 90%, 72%, 0.4);
css variable
--color-primary: hsl(119, 90%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(119, 90%, 72%)?
HEX: #79F877 | RGB: rgb(121, 248, 119) | CMYK: 51%, 0%, 52%, 3% | HSV: 119°, 52%, 97%. Copy any format from the conversion table above.
What colors go well with #79F877?
The complementary color is HSL(299, 90%, 72%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(119, 90%, 72%) in CSS?
As HSL: color: hsl(119, 90%, 72%); — As HEX: color: #79F877; — As RGB: color: rgb(121, 248, 119); — Tailwind CSS: bg-[hsl(119,90%,72%)] — CSS variable: --color-primary: hsl(119, 90%, 72%);