HSL(80, 70%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,70%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 70%, 64%) | color: hsl(80, 70%, 64%) | |
| HEX | #B9E363 | color: #B9E363 | |
| RGB | rgb(185, 227, 99) | color: rgb(185, 227, 99) | |
| CMYK | cmyk(19%, 0%, 56%, 11%) | — | |
| HSV | hsv(80, 56%, 89%) | — | |
| HWB | hwb(80 39% 11%) | color: hwb(80 39% 11%) | |
| OKLCH | oklch(0.8601 0.1623 124.91) | color: oklch(0.8601 0.1623 124.91) | |
| Lab | lab(85.07 -32.77 56.99) | color: lab(85.07 -32.77 56.99) | |
| LCH | lch(85.07 65.74 119.9) | color: lch(85.07 65.74 119.9) |
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)
#CBCC82 — rgb(203, 204, 130)
Deuteranopia (Green-blind)
#C9C689 — rgb(201, 198, 137)
Tritanopia (Blue-blind)
#BB9AA0 — rgb(187, 154, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 70%, 64%);
text
color: hsl(80, 70%, 64%);
border
border: 2px solid hsl(80, 70%, 64%);
gradient light
background: linear-gradient(to right, hsl(80, 70%, 84%), hsl(80, 70%, 64%));
gradient dark
background: linear-gradient(to right, hsl(80, 70%, 64%), hsl(80, 70%, 44%))
hex
background-color: #B9E363;
tailwind
bg-[hsl(80,70%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 70%, 64%, 0.4);
css variable
--color-primary: hsl(80, 70%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 70%, 64%)?
HEX: #B9E363 | RGB: rgb(185, 227, 99) | CMYK: 19%, 0%, 56%, 11% | HSV: 80°, 56%, 89%. Copy any format from the conversion table above.
What colors go well with #B9E363?
The complementary color is HSL(260, 70%, 64%). 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, 70%, 64%) in CSS?
As HSL: color: hsl(80, 70%, 64%); — As HEX: color: #B9E363; — As RGB: color: rgb(185, 227, 99); — Tailwind CSS: bg-[hsl(80,70%,64%)] — CSS variable: --color-primary: hsl(80, 70%, 64%);