HSL(112, 43%, 62%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,43%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 43%, 62%) | color: hsl(112, 43%, 62%) | |
| HEX | #80C874 | color: #80C874 | |
| RGB | rgb(128, 200, 116) | color: rgb(128, 200, 116) | |
| CMYK | cmyk(36%, 0%, 42%, 22%) | — | |
| HSV | hsv(111, 42%, 78%) | — | |
| HWB | hwb(111 45% 22%) | color: hwb(111 45% 22%) | |
| OKLCH | oklch(0.7649 0.1365 140.91) | color: oklch(0.7649 0.1365 140.91) | |
| Lab | lab(74.29 -38.8 35.03) | color: lab(74.29 -38.8 35.03) | |
| LCH | lch(74.29 52.27 137.92) | color: lch(74.29 52.27 137.92) |
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)
#9FA088 — rgb(159, 160, 136)
Deuteranopia (Green-blind)
#9B968D — rgb(155, 150, 141)
Tritanopia (Blue-blind)
#84989C — rgb(132, 152, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 43%, 62%);
text
color: hsl(112, 43%, 62%);
border
border: 2px solid hsl(112, 43%, 62%);
gradient light
background: linear-gradient(to right, hsl(112, 43%, 82%), hsl(112, 43%, 62%));
gradient dark
background: linear-gradient(to right, hsl(112, 43%, 62%), hsl(112, 43%, 42%))
hex
background-color: #80C874;
tailwind
bg-[hsl(112,43%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 43%, 62%, 0.4);
css variable
--color-primary: hsl(112, 43%, 62%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 43%, 62%)?
HEX: #80C874 | RGB: rgb(128, 200, 116) | CMYK: 36%, 0%, 42%, 22% | HSV: 111°, 42%, 78%. Copy any format from the conversion table above.
What colors go well with #80C874?
The complementary color is HSL(292, 43%, 62%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 43%, 62%) in CSS?
As HSL: color: hsl(112, 43%, 62%); — As HEX: color: #80C874; — As RGB: color: rgb(128, 200, 116); — Tailwind CSS: bg-[hsl(112,43%,62%)] — CSS variable: --color-primary: hsl(112, 43%, 62%);