HSL(80, 64%, 62%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,64%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 64%, 62%) | color: hsl(80, 64%, 62%) | |
| HEX | #B3DC60 | color: #B3DC60 | |
| RGB | rgb(179, 220, 96) | color: rgb(179, 220, 96) | |
| CMYK | cmyk(19%, 0%, 56%, 14%) | — | |
| HSV | hsv(80, 56%, 86%) | — | |
| HWB | hwb(80 38% 14%) | color: hwb(80 38% 14%) | |
| OKLCH | oklch(0.8399 0.1584 125.01) | color: oklch(0.8399 0.1584 125.01) | |
| Lab | lab(82.71 -32.06 55.52) | color: lab(82.71 -32.06 55.52) | |
| LCH | lch(82.71 64.11 120) | color: lch(82.71 64.11 120) |
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)
#C5C57E — rgb(197, 197, 126)
Deuteranopia (Green-blind)
#C2BF85 — rgb(194, 191, 133)
Tritanopia (Blue-blind)
#B5969B — rgb(181, 150, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 64%, 62%);
text
color: hsl(80, 64%, 62%);
border
border: 2px solid hsl(80, 64%, 62%);
gradient light
background: linear-gradient(to right, hsl(80, 64%, 82%), hsl(80, 64%, 62%));
gradient dark
background: linear-gradient(to right, hsl(80, 64%, 62%), hsl(80, 64%, 42%))
hex
background-color: #B3DC60;
tailwind
bg-[hsl(80,64%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 64%, 62%, 0.4);
css variable
--color-primary: hsl(80, 64%, 62%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 64%, 62%)?
HEX: #B3DC60 | RGB: rgb(179, 220, 96) | CMYK: 19%, 0%, 56%, 14% | HSV: 80°, 56%, 86%. Copy any format from the conversion table above.
What colors go well with #B3DC60?
The complementary color is HSL(260, 64%, 62%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 64%, 62%) in CSS?
As HSL: color: hsl(80, 64%, 62%); — As HEX: color: #B3DC60; — As RGB: color: rgb(179, 220, 96); — Tailwind CSS: bg-[hsl(80,64%,62%)] — CSS variable: --color-primary: hsl(80, 64%, 62%);