HSL(100, 85%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(100,85%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(100, 85%, 64%) | color: hsl(100, 85%, 64%) | |
| HEX | #89F155 | color: #89F155 | |
| RGB | rgb(137, 241, 85) | color: rgb(137, 241, 85) | |
| CMYK | cmyk(43%, 0%, 65%, 5%) | — | |
| HSV | hsv(100, 65%, 95%) | — | |
| HWB | hwb(100 33% 5%) | color: hwb(100 33% 5%) | |
| OKLCH | oklch(0.8642 0.2143 136.9) | color: oklch(0.8642 0.2143 136.9) | |
| Lab | lab(86.45 -56.52 63.7) | color: lab(86.45 -56.52 63.7) | |
| LCH | lch(86.45 85.16 131.58) | color: lch(86.45 85.16 131.58) |
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)
#B6B77B — rgb(182, 183, 123)
Deuteranopia (Green-blind)
#B0A884 — rgb(176, 168, 132)
Tritanopia (Blue-blind)
#8E999F — rgb(142, 153, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(100, 85%, 64%);
text
color: hsl(100, 85%, 64%);
border
border: 2px solid hsl(100, 85%, 64%);
gradient light
background: linear-gradient(to right, hsl(100, 85%, 84%), hsl(100, 85%, 64%));
gradient dark
background: linear-gradient(to right, hsl(100, 85%, 64%), hsl(100, 85%, 44%))
hex
background-color: #89F155;
tailwind
bg-[hsl(100,85%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(100, 85%, 64%, 0.4);
css variable
--color-primary: hsl(100, 85%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(100, 85%, 64%)?
HEX: #89F155 | RGB: rgb(137, 241, 85) | CMYK: 43%, 0%, 65%, 5% | HSV: 100°, 65%, 95%. Copy any format from the conversion table above.
What colors go well with #89F155?
The complementary color is HSL(280, 85%, 64%). For a triadic harmony, use hues 100°, 220°, and 340°. For analogous combinations, try hues 70° and 130°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(100, 85%, 64%) in CSS?
As HSL: color: hsl(100, 85%, 64%); — As HEX: color: #89F155; — As RGB: color: rgb(137, 241, 85); — Tailwind CSS: bg-[hsl(100,85%,64%)] — CSS variable: --color-primary: hsl(100, 85%, 64%);