HSL(104, 50%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(104,50%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(104, 50%, 55%) | color: hsl(104, 50%, 55%) | |
| HEX | #71C653 | color: #71C653 | |
| RGB | rgb(113, 198, 83) | color: rgb(113, 198, 83) | |
| CMYK | cmyk(43%, 0%, 58%, 22%) | — | |
| HSV | hsv(104, 58%, 78%) | — | |
| HWB | hwb(104 33% 22%) | color: hwb(104 33% 22%) | |
| OKLCH | oklch(0.7477 0.1726 138.34) | color: oklch(0.7477 0.1726 138.34) | |
| Lab | lab(72.58 -46.88 48.81) | color: lab(72.58 -46.88 48.81) | |
| LCH | lch(72.58 67.68 133.84) | color: lch(72.58 67.68 133.84) |
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)
#96976F — rgb(150, 151, 111)
Deuteranopia (Green-blind)
#918B76 — rgb(145, 139, 118)
Tritanopia (Blue-blind)
#75858A — rgb(117, 133, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(104, 50%, 55%);
text
color: hsl(104, 50%, 55%);
border
border: 2px solid hsl(104, 50%, 55%);
gradient light
background: linear-gradient(to right, hsl(104, 50%, 75%), hsl(104, 50%, 55%));
gradient dark
background: linear-gradient(to right, hsl(104, 50%, 55%), hsl(104, 50%, 35%))
hex
background-color: #71C653;
tailwind
bg-[hsl(104,50%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(104, 50%, 55%, 0.4);
css variable
--color-primary: hsl(104, 50%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(104, 50%, 55%)?
HEX: #71C653 | RGB: rgb(113, 198, 83) | CMYK: 43%, 0%, 58%, 22% | HSV: 104°, 58%, 78%. Copy any format from the conversion table above.
What colors go well with #71C653?
The complementary color is HSL(284, 50%, 55%). For a triadic harmony, use hues 104°, 224°, and 344°. For analogous combinations, try hues 74° and 134°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(104, 50%, 55%) in CSS?
As HSL: color: hsl(104, 50%, 55%); — As HEX: color: #71C653; — As RGB: color: rgb(113, 198, 83); — Tailwind CSS: bg-[hsl(104,50%,55%)] — CSS variable: --color-primary: hsl(104, 50%, 55%);