HSL(119, 50%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(119,50%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 50%, 66%) | color: hsl(119, 50%, 66%) | |
| HEX | #7ED47D | color: #7ED47D | |
| RGB | rgb(126, 212, 125) | color: rgb(126, 212, 125) | |
| CMYK | cmyk(41%, 0%, 41%, 17%) | — | |
| HSV | hsv(119, 41%, 83%) | — | |
| HWB | hwb(119 49% 17%) | color: hwb(119 49% 17%) | |
| OKLCH | oklch(0.7943 0.1464 143.81) | color: oklch(0.7943 0.1464 143.81) | |
| Lab | lab(77.88 -43.38 35.07) | color: lab(77.88 -43.38 35.07) | |
| LCH | lch(77.88 55.78 141.05) | color: lch(77.88 55.78 141.05) |
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)
#A3A492 — rgb(163, 164, 146)
Deuteranopia (Green-blind)
#9E9897 — rgb(158, 152, 151)
Tritanopia (Blue-blind)
#82A3A6 — rgb(130, 163, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 50%, 66%);
text
color: hsl(119, 50%, 66%);
border
border: 2px solid hsl(119, 50%, 66%);
gradient light
background: linear-gradient(to right, hsl(119, 50%, 86%), hsl(119, 50%, 66%));
gradient dark
background: linear-gradient(to right, hsl(119, 50%, 66%), hsl(119, 50%, 46%))
hex
background-color: #7ED47D;
tailwind
bg-[hsl(119,50%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 50%, 66%, 0.4);
css variable
--color-primary: hsl(119, 50%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(119, 50%, 66%)?
HEX: #7ED47D | RGB: rgb(126, 212, 125) | CMYK: 41%, 0%, 41%, 17% | HSV: 119°, 41%, 83%. Copy any format from the conversion table above.
What colors go well with #7ED47D?
The complementary color is HSL(299, 50%, 66%). 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, 50%, 66%) in CSS?
As HSL: color: hsl(119, 50%, 66%); — As HEX: color: #7ED47D; — As RGB: color: rgb(126, 212, 125); — Tailwind CSS: bg-[hsl(119,50%,66%)] — CSS variable: --color-primary: hsl(119, 50%, 66%);