HSL(76, 55%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(76,55%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(76, 55%, 66%) | color: hsl(76, 55%, 66%) | |
| HEX | #BFD879 | color: #BFD879 | |
| RGB | rgb(191, 216, 121) | color: rgb(191, 216, 121) | |
| CMYK | cmyk(12%, 0%, 44%, 15%) | — | |
| HSV | hsv(76, 44%, 85%) | — | |
| HWB | hwb(76 48% 15%) | color: hwb(76 48% 15%) | |
| OKLCH | oklch(0.8427 0.1241 121.2) | color: oklch(0.8427 0.1241 121.2) | |
| Lab | lab(82.68 -23.1 43.93) | color: lab(82.68 -23.1 43.93) | |
| LCH | lch(82.68 49.63 117.74) | color: lch(82.68 49.63 117.74) |
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)
#CACA90 — rgb(202, 202, 144)
Deuteranopia (Green-blind)
#C8C796 — rgb(200, 199, 150)
Tritanopia (Blue-blind)
#C0A2A6 — rgb(192, 162, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(76, 55%, 66%);
text
color: hsl(76, 55%, 66%);
border
border: 2px solid hsl(76, 55%, 66%);
gradient light
background: linear-gradient(to right, hsl(76, 55%, 86%), hsl(76, 55%, 66%));
gradient dark
background: linear-gradient(to right, hsl(76, 55%, 66%), hsl(76, 55%, 46%))
hex
background-color: #BFD879;
tailwind
bg-[hsl(76,55%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(76, 55%, 66%, 0.4);
css variable
--color-primary: hsl(76, 55%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(76, 55%, 66%)?
HEX: #BFD879 | RGB: rgb(191, 216, 121) | CMYK: 12%, 0%, 44%, 15% | HSV: 76°, 44%, 85%. Copy any format from the conversion table above.
What colors go well with #BFD879?
The complementary color is HSL(256, 55%, 66%). For a triadic harmony, use hues 76°, 196°, and 316°. For analogous combinations, try hues 46° and 106°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(76, 55%, 66%) in CSS?
As HSL: color: hsl(76, 55%, 66%); — As HEX: color: #BFD879; — As RGB: color: rgb(191, 216, 121); — Tailwind CSS: bg-[hsl(76,55%,66%)] — CSS variable: --color-primary: hsl(76, 55%, 66%);