HSL(79, 80%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(79,80%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(79, 80%, 79%) | color: hsl(79, 80%, 79%) | |
| HEX | #D9F49F | color: #D9F49F | |
| RGB | rgb(217, 244, 159) | color: rgb(217, 244, 159) | |
| CMYK | cmyk(11%, 0%, 35%, 4%) | — | |
| HSV | hsv(79, 35%, 96%) | — | |
| HWB | hwb(79 62% 4%) | color: hwb(79 62% 4%) | |
| OKLCH | oklch(0.9279 0.1124 122.92) | color: oklch(0.9279 0.1124 122.92) | |
| Lab | lab(92.56 -22.43 38.11) | color: lab(92.56 -22.43 38.11) | |
| LCH | lch(92.56 44.22 120.48) | color: lch(92.56 44.22 120.48) |
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)
#E5E5B4 — rgb(229, 229, 180)
Deuteranopia (Green-blind)
#E3E1B9 — rgb(227, 225, 185)
Tritanopia (Blue-blind)
#DAC4C7 — rgb(218, 196, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(79, 80%, 79%);
text
color: hsl(79, 80%, 79%);
border
border: 2px solid hsl(79, 80%, 79%);
gradient light
background: linear-gradient(to right, hsl(79, 80%, 99%), hsl(79, 80%, 79%));
gradient dark
background: linear-gradient(to right, hsl(79, 80%, 79%), hsl(79, 80%, 59%))
hex
background-color: #D9F49F;
tailwind
bg-[hsl(79,80%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(79, 80%, 79%, 0.4);
css variable
--color-primary: hsl(79, 80%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(79, 80%, 79%)?
HEX: #D9F49F | RGB: rgb(217, 244, 159) | CMYK: 11%, 0%, 35%, 4% | HSV: 79°, 35%, 96%. Copy any format from the conversion table above.
What colors go well with #D9F49F?
The complementary color is HSL(259, 80%, 79%). For a triadic harmony, use hues 79°, 199°, and 319°. For analogous combinations, try hues 49° and 109°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(79, 80%, 79%) in CSS?
As HSL: color: hsl(79, 80%, 79%); — As HEX: color: #D9F49F; — As RGB: color: rgb(217, 244, 159); — Tailwind CSS: bg-[hsl(79,80%,79%)] — CSS variable: --color-primary: hsl(79, 80%, 79%);