HSL(82, 60%, 45%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,60%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 60%, 45%) | color: hsl(82, 60%, 45%) | |
| HEX | #85B82E | color: #85B82E | |
| RGB | rgb(133, 184, 46) | color: rgb(133, 184, 46) | |
| CMYK | cmyk(28%, 0%, 75%, 28%) | — | |
| HSV | hsv(82, 75%, 72%) | — | |
| HWB | hwb(82 18% 28%) | color: hwb(82 18% 28%) | |
| OKLCH | oklch(0.7211 0.1707 128.18) | color: oklch(0.7211 0.1707 128.18) | |
| Lab | lab(69.09 -36.83 60.35) | color: lab(69.09 -36.83 60.35) | |
| LCH | lch(69.09 70.7 121.39) | color: lch(69.09 70.7 121.39) |
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)
#9B9C4F — rgb(155, 156, 79)
Deuteranopia (Green-blind)
#989457 — rgb(152, 148, 87)
Tritanopia (Blue-blind)
#886A70 — rgb(136, 106, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 60%, 45%);
text
color: hsl(82, 60%, 45%);
border
border: 2px solid hsl(82, 60%, 45%);
gradient light
background: linear-gradient(to right, hsl(82, 60%, 65%), hsl(82, 60%, 45%));
gradient dark
background: linear-gradient(to right, hsl(82, 60%, 45%), hsl(82, 60%, 25%))
hex
background-color: #85B82E;
tailwind
bg-[hsl(82,60%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 60%, 45%, 0.4);
css variable
--color-primary: hsl(82, 60%, 45%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 60%, 45%)?
HEX: #85B82E | RGB: rgb(133, 184, 46) | CMYK: 28%, 0%, 75%, 28% | HSV: 82°, 75%, 72%. Copy any format from the conversion table above.
What colors go well with #85B82E?
The complementary color is HSL(262, 60%, 45%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 60%, 45%) in CSS?
As HSL: color: hsl(82, 60%, 45%); — As HEX: color: #85B82E; — As RGB: color: rgb(133, 184, 46); — Tailwind CSS: bg-[hsl(82,60%,45%)] — CSS variable: --color-primary: hsl(82, 60%, 45%);