HSL(77, 65%, 41%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(77,65%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(77, 65%, 41%) | color: hsl(77, 65%, 41%) | |
| HEX | #86AD25 | color: #86AD25 | |
| RGB | rgb(134, 173, 37) | color: rgb(134, 173, 37) | |
| CMYK | cmyk(23%, 0%, 79%, 32%) | — | |
| HSV | hsv(77, 79%, 68%) | — | |
| HWB | hwb(77 14% 32%) | color: hwb(77 14% 32%) | |
| OKLCH | oklch(0.6945 0.1616 125) | color: oklch(0.6945 0.1616 125) | |
| Lab | lab(65.82 -31.84 60.19) | color: lab(65.82 -31.84 60.19) | |
| LCH | lch(65.82 68.09 117.88) | color: lch(65.82 68.09 117.88) |
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)
#979746 — rgb(151, 151, 70)
Deuteranopia (Green-blind)
#95924E — rgb(149, 146, 78)
Tritanopia (Blue-blind)
#886066 — rgb(136, 96, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(77, 65%, 41%);
text
color: hsl(77, 65%, 41%);
border
border: 2px solid hsl(77, 65%, 41%);
gradient light
background: linear-gradient(to right, hsl(77, 65%, 61%), hsl(77, 65%, 41%));
gradient dark
background: linear-gradient(to right, hsl(77, 65%, 41%), hsl(77, 65%, 21%))
hex
background-color: #86AD25;
tailwind
bg-[hsl(77,65%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(77, 65%, 41%, 0.4);
css variable
--color-primary: hsl(77, 65%, 41%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(77, 65%, 41%)?
HEX: #86AD25 | RGB: rgb(134, 173, 37) | CMYK: 23%, 0%, 79%, 32% | HSV: 77°, 79%, 68%. Copy any format from the conversion table above.
What colors go well with #86AD25?
The complementary color is HSL(257, 65%, 41%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(77, 65%, 41%) in CSS?
As HSL: color: hsl(77, 65%, 41%); — As HEX: color: #86AD25; — As RGB: color: rgb(134, 173, 37); — Tailwind CSS: bg-[hsl(77,65%,41%)] — CSS variable: --color-primary: hsl(77, 65%, 41%);