HSL(76, 85%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(76,85%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(76, 85%, 73%) | color: hsl(76, 85%, 73%) | |
| HEX | #D5F580 | color: #D5F580 | |
| RGB | rgb(213, 245, 128) | color: rgb(213, 245, 128) | |
| CMYK | cmyk(13%, 0%, 48%, 4%) | — | |
| HSV | hsv(76, 48%, 96%) | — | |
| HWB | hwb(76 50% 4%) | color: hwb(76 50% 4%) | |
| OKLCH | oklch(0.9225 0.1479 121.94) | color: oklch(0.9225 0.1479 121.94) | |
| Lab | lab(92.14 -27.88 52.53) | color: lab(92.14 -27.88 52.53) | |
| LCH | lch(92.14 59.47 117.96) | color: lch(92.14 59.47 117.96) |
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)
#E3E39C — rgb(227, 227, 156)
Deuteranopia (Green-blind)
#E1DFA3 — rgb(225, 223, 163)
Tritanopia (Blue-blind)
#D7B3B8 — rgb(215, 179, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(76, 85%, 73%);
text
color: hsl(76, 85%, 73%);
border
border: 2px solid hsl(76, 85%, 73%);
gradient light
background: linear-gradient(to right, hsl(76, 85%, 93%), hsl(76, 85%, 73%));
gradient dark
background: linear-gradient(to right, hsl(76, 85%, 73%), hsl(76, 85%, 53%))
hex
background-color: #D5F580;
tailwind
bg-[hsl(76,85%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(76, 85%, 73%, 0.4);
css variable
--color-primary: hsl(76, 85%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(76, 85%, 73%)?
HEX: #D5F580 | RGB: rgb(213, 245, 128) | CMYK: 13%, 0%, 48%, 4% | HSV: 76°, 48%, 96%. Copy any format from the conversion table above.
What colors go well with #D5F580?
The complementary color is HSL(256, 85%, 73%). 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, 85%, 73%) in CSS?
As HSL: color: hsl(76, 85%, 73%); — As HEX: color: #D5F580; — As RGB: color: rgb(213, 245, 128); — Tailwind CSS: bg-[hsl(76,85%,73%)] — CSS variable: --color-primary: hsl(76, 85%, 73%);