HSL(101, 80%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(101,80%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 80%, 63%) | color: hsl(101, 80%, 63%) | |
| HEX | #85EC55 | color: #85EC55 | |
| RGB | rgb(133, 236, 85) | color: rgb(133, 236, 85) | |
| CMYK | cmyk(44%, 0%, 64%, 7%) | — | |
| HSV | hsv(101, 64%, 93%) | — | |
| HWB | hwb(101 33% 7%) | color: hwb(101 33% 7%) | |
| OKLCH | oklch(0.8503 0.2101 137.24) | color: oklch(0.8503 0.2101 137.24) | |
| Lab | lab(84.81 -55.79 61.88) | color: lab(84.81 -55.79 61.88) | |
| LCH | lch(84.81 83.32 132.04) | color: lch(84.81 83.32 132.04) |
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)
#B2B37A — rgb(178, 179, 122)
Deuteranopia (Green-blind)
#ACA482 — rgb(172, 164, 130)
Tritanopia (Blue-blind)
#8A969D — rgb(138, 150, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 80%, 63%);
text
color: hsl(101, 80%, 63%);
border
border: 2px solid hsl(101, 80%, 63%);
gradient light
background: linear-gradient(to right, hsl(101, 80%, 83%), hsl(101, 80%, 63%));
gradient dark
background: linear-gradient(to right, hsl(101, 80%, 63%), hsl(101, 80%, 43%))
hex
background-color: #85EC55;
tailwind
bg-[hsl(101,80%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 80%, 63%, 0.4);
css variable
--color-primary: hsl(101, 80%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(101, 80%, 63%)?
HEX: #85EC55 | RGB: rgb(133, 236, 85) | CMYK: 44%, 0%, 64%, 7% | HSV: 101°, 64%, 93%. Copy any format from the conversion table above.
What colors go well with #85EC55?
The complementary color is HSL(281, 80%, 63%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 80%, 63%) in CSS?
As HSL: color: hsl(101, 80%, 63%); — As HEX: color: #85EC55; — As RGB: color: rgb(133, 236, 85); — Tailwind CSS: bg-[hsl(101,80%,63%)] — CSS variable: --color-primary: hsl(101, 80%, 63%);