HSL(74, 50%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,50%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 50%, 55%) | color: hsl(74, 50%, 55%) | |
| HEX | #ABC653 | color: #ABC653 | |
| RGB | rgb(171, 198, 83) | color: rgb(171, 198, 83) | |
| CMYK | cmyk(14%, 0%, 58%, 22%) | — | |
| HSV | hsv(74, 58%, 78%) | — | |
| HWB | hwb(74 33% 22%) | color: hwb(74 33% 22%) | |
| OKLCH | oklch(0.783 0.1445 120.93) | color: oklch(0.783 0.1445 120.93) | |
| Lab | lab(75.87 -25.86 53.43) | color: lab(75.87 -25.86 53.43) | |
| LCH | lch(75.87 59.36 115.83) | color: lch(75.87 59.36 115.83) |
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)
#B7B76F — rgb(183, 183, 111)
Deuteranopia (Green-blind)
#B5B376 — rgb(181, 179, 118)
Tritanopia (Blue-blind)
#AC858A — rgb(172, 133, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 50%, 55%);
text
color: hsl(74, 50%, 55%);
border
border: 2px solid hsl(74, 50%, 55%);
gradient light
background: linear-gradient(to right, hsl(74, 50%, 75%), hsl(74, 50%, 55%));
gradient dark
background: linear-gradient(to right, hsl(74, 50%, 55%), hsl(74, 50%, 35%))
hex
background-color: #ABC653;
tailwind
bg-[hsl(74,50%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 50%, 55%, 0.4);
css variable
--color-primary: hsl(74, 50%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 50%, 55%)?
HEX: #ABC653 | RGB: rgb(171, 198, 83) | CMYK: 14%, 0%, 58%, 22% | HSV: 74°, 58%, 78%. Copy any format from the conversion table above.
What colors go well with #ABC653?
The complementary color is HSL(254, 50%, 55%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(74, 50%, 55%) in CSS?
As HSL: color: hsl(74, 50%, 55%); — As HEX: color: #ABC653; — As RGB: color: rgb(171, 198, 83); — Tailwind CSS: bg-[hsl(74,50%,55%)] — CSS variable: --color-primary: hsl(74, 50%, 55%);