HSL(121, 85%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(121,85%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 85%, 64%) | color: hsl(121, 85%, 64%) | |
| HEX | #55F158 | color: #55F158 | |
| RGB | rgb(85, 241, 88) | color: rgb(85, 241, 88) | |
| CMYK | cmyk(65%, 0%, 63%, 5%) | — | |
| HSV | hsv(121, 65%, 95%) | — | |
| HWB | hwb(121 33% 5%) | color: hwb(121 33% 5%) | |
| OKLCH | oklch(0.8456 0.2344 143.42) | color: oklch(0.8456 0.2344 143.42) | |
| Lab | lab(84.76 -69.37 60.16) | color: lab(84.76 -69.37 60.16) | |
| LCH | lch(84.76 91.82 139.07) | color: lch(84.76 91.82 139.07) |
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)
#999A7D — rgb(153, 154, 125)
Deuteranopia (Green-blind)
#908486 — rgb(144, 132, 134)
Tritanopia (Blue-blind)
#5D9AA1 — rgb(93, 154, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 85%, 64%);
text
color: hsl(121, 85%, 64%);
border
border: 2px solid hsl(121, 85%, 64%);
gradient light
background: linear-gradient(to right, hsl(121, 85%, 84%), hsl(121, 85%, 64%));
gradient dark
background: linear-gradient(to right, hsl(121, 85%, 64%), hsl(121, 85%, 44%))
hex
background-color: #55F158;
tailwind
bg-[hsl(121,85%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 85%, 64%, 0.4);
css variable
--color-primary: hsl(121, 85%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(121, 85%, 64%)?
HEX: #55F158 | RGB: rgb(85, 241, 88) | CMYK: 65%, 0%, 63%, 5% | HSV: 121°, 65%, 95%. Copy any format from the conversion table above.
What colors go well with #55F158?
The complementary color is HSL(301, 85%, 64%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(121, 85%, 64%) in CSS?
As HSL: color: hsl(121, 85%, 64%); — As HEX: color: #55F158; — As RGB: color: rgb(85, 241, 88); — Tailwind CSS: bg-[hsl(121,85%,64%)] — CSS variable: --color-primary: hsl(121, 85%, 64%);