HSL(77, 55%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(77,55%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(77, 55%, 64%) | color: hsl(77, 55%, 64%) | |
| HEX | #B9D671 | color: #B9D671 | |
| RGB | rgb(185, 214, 113) | color: rgb(185, 214, 113) | |
| CMYK | cmyk(14%, 0%, 47%, 16%) | — | |
| HSV | hsv(77, 47%, 84%) | — | |
| HWB | hwb(77 45% 16%) | color: hwb(77 45% 16%) | |
| OKLCH | oklch(0.8328 0.1318 122.46) | color: oklch(0.8328 0.1318 122.46) | |
| Lab | lab(81.62 -25.29 46.42) | color: lab(81.62 -25.29 46.42) | |
| LCH | lch(81.62 52.86 118.58) | color: lch(81.62 52.86 118.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)
#C6C689 — rgb(198, 198, 137)
Deuteranopia (Green-blind)
#C4C28F — rgb(196, 194, 143)
Tritanopia (Blue-blind)
#BA9DA1 — rgb(186, 157, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(77, 55%, 64%);
text
color: hsl(77, 55%, 64%);
border
border: 2px solid hsl(77, 55%, 64%);
gradient light
background: linear-gradient(to right, hsl(77, 55%, 84%), hsl(77, 55%, 64%));
gradient dark
background: linear-gradient(to right, hsl(77, 55%, 64%), hsl(77, 55%, 44%))
hex
background-color: #B9D671;
tailwind
bg-[hsl(77,55%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(77, 55%, 64%, 0.4);
css variable
--color-primary: hsl(77, 55%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(77, 55%, 64%)?
HEX: #B9D671 | RGB: rgb(185, 214, 113) | CMYK: 14%, 0%, 47%, 16% | HSV: 77°, 47%, 84%. Copy any format from the conversion table above.
What colors go well with #B9D671?
The complementary color is HSL(257, 55%, 64%). 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, 55%, 64%) in CSS?
As HSL: color: hsl(77, 55%, 64%); — As HEX: color: #B9D671; — As RGB: color: rgb(185, 214, 113); — Tailwind CSS: bg-[hsl(77,55%,64%)] — CSS variable: --color-primary: hsl(77, 55%, 64%);