HSL(80, 50%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,50%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 50%, 52%) | color: hsl(80, 50%, 52%) | |
| HEX | #99C247 | color: #99C247 | |
| RGB | rgb(153, 194, 71) | color: rgb(153, 194, 71) | |
| CMYK | cmyk(21%, 0%, 63%, 24%) | — | |
| HSV | hsv(80, 63%, 76%) | — | |
| HWB | hwb(80 28% 24%) | color: hwb(80 28% 24%) | |
| OKLCH | oklch(0.7599 0.1569 125.66) | color: oklch(0.7599 0.1569 125.66) | |
| Lab | lab(73.42 -32.02 55.61) | color: lab(73.42 -32.02 55.61) | |
| LCH | lch(73.42 64.17 119.93) | color: lch(73.42 64.17 119.93) |
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)
#ABAB65 — rgb(171, 171, 101)
Deuteranopia (Green-blind)
#A8A56C — rgb(168, 165, 108)
Tritanopia (Blue-blind)
#9B7C81 — rgb(155, 124, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 50%, 52%);
text
color: hsl(80, 50%, 52%);
border
border: 2px solid hsl(80, 50%, 52%);
gradient light
background: linear-gradient(to right, hsl(80, 50%, 72%), hsl(80, 50%, 52%));
gradient dark
background: linear-gradient(to right, hsl(80, 50%, 52%), hsl(80, 50%, 32%))
hex
background-color: #99C247;
tailwind
bg-[hsl(80,50%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 50%, 52%, 0.4);
css variable
--color-primary: hsl(80, 50%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 50%, 52%)?
HEX: #99C247 | RGB: rgb(153, 194, 71) | CMYK: 21%, 0%, 63%, 24% | HSV: 80°, 63%, 76%. Copy any format from the conversion table above.
What colors go well with #99C247?
The complementary color is HSL(260, 50%, 52%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 50%, 52%) in CSS?
As HSL: color: hsl(80, 50%, 52%); — As HEX: color: #99C247; — As RGB: color: rgb(153, 194, 71); — Tailwind CSS: bg-[hsl(80,50%,52%)] — CSS variable: --color-primary: hsl(80, 50%, 52%);