HSL(101, 80%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(101,80%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 80%, 79%) | color: hsl(101, 80%, 79%) | |
| HEX | #BAF49F | color: #BAF49F | |
| RGB | rgb(186, 244, 159) | color: rgb(186, 244, 159) | |
| CMYK | cmyk(24%, 0%, 35%, 4%) | — | |
| HSV | hsv(101, 35%, 96%) | — | |
| HWB | hwb(101 62% 4%) | color: hwb(101 62% 4%) | |
| OKLCH | oklch(0.9074 0.1264 136.11) | color: oklch(0.9074 0.1264 136.11) | |
| Lab | lab(90.62 -33.38 35.2) | color: lab(90.62 -33.38 35.2) | |
| LCH | lch(90.62 48.51 133.48) | color: lch(90.62 48.51 133.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)
#D3D4B4 — rgb(211, 212, 180)
Deuteranopia (Green-blind)
#D0CBB9 — rgb(208, 203, 185)
Tritanopia (Blue-blind)
#BDC4C7 — rgb(189, 196, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 80%, 79%);
text
color: hsl(101, 80%, 79%);
border
border: 2px solid hsl(101, 80%, 79%);
gradient light
background: linear-gradient(to right, hsl(101, 80%, 99%), hsl(101, 80%, 79%));
gradient dark
background: linear-gradient(to right, hsl(101, 80%, 79%), hsl(101, 80%, 59%))
hex
background-color: #BAF49F;
tailwind
bg-[hsl(101,80%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 80%, 79%, 0.4);
css variable
--color-primary: hsl(101, 80%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(101, 80%, 79%)?
HEX: #BAF49F | RGB: rgb(186, 244, 159) | CMYK: 24%, 0%, 35%, 4% | HSV: 101°, 35%, 96%. Copy any format from the conversion table above.
What colors go well with #BAF49F?
The complementary color is HSL(281, 80%, 79%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 80%, 79%) in CSS?
As HSL: color: hsl(101, 80%, 79%); — As HEX: color: #BAF49F; — As RGB: color: rgb(186, 244, 159); — Tailwind CSS: bg-[hsl(101,80%,79%)] — CSS variable: --color-primary: hsl(101, 80%, 79%);