HSL(81, 71%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,71%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 71%, 43%) | color: hsl(81, 71%, 43%) | |
| HEX | #85BC20 | color: #85BC20 | |
| RGB | rgb(133, 188, 32) | color: rgb(133, 188, 32) | |
| CMYK | cmyk(29%, 0%, 83%, 26%) | — | |
| HSV | hsv(81, 83%, 74%) | — | |
| HWB | hwb(81 13% 26%) | color: hwb(81 13% 26%) | |
| OKLCH | oklch(0.73 0.1822 128.35) | color: oklch(0.73 0.1822 128.35) | |
| Lab | lab(70.22 -39.26 65.51) | color: lab(70.22 -39.26 65.51) | |
| LCH | lch(70.22 76.37 120.93) | color: lch(70.22 76.37 120.93) |
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)
#9D9D46 — rgb(157, 157, 70)
Deuteranopia (Green-blind)
#9A964F — rgb(154, 150, 79)
Tritanopia (Blue-blind)
#88646A — rgb(136, 100, 106)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 71%, 43%);
text
color: hsl(81, 71%, 43%);
border
border: 2px solid hsl(81, 71%, 43%);
gradient light
background: linear-gradient(to right, hsl(81, 71%, 63%), hsl(81, 71%, 43%));
gradient dark
background: linear-gradient(to right, hsl(81, 71%, 43%), hsl(81, 71%, 23%))
hex
background-color: #85BC20;
tailwind
bg-[hsl(81,71%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 71%, 43%, 0.4);
css variable
--color-primary: hsl(81, 71%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 71%, 43%)?
HEX: #85BC20 | RGB: rgb(133, 188, 32) | CMYK: 29%, 0%, 83%, 26% | HSV: 81°, 83%, 74%. Copy any format from the conversion table above.
What colors go well with #85BC20?
The complementary color is HSL(261, 71%, 43%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 71%, 43%) in CSS?
As HSL: color: hsl(81, 71%, 43%); — As HEX: color: #85BC20; — As RGB: color: rgb(133, 188, 32); — Tailwind CSS: bg-[hsl(81,71%,43%)] — CSS variable: --color-primary: hsl(81, 71%, 43%);