HSL(99, 92%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(99,92%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(99, 92%, 80%) | color: hsl(99, 92%, 80%) | |
| HEX | #BEFB9D | color: #BEFB9D | |
| RGB | rgb(190, 251, 157) | color: rgb(190, 251, 157) | |
| CMYK | cmyk(24%, 0%, 37%, 2%) | — | |
| HSV | hsv(99, 37%, 98%) | — | |
| HWB | hwb(99 62% 2%) | color: hwb(99 62% 2%) | |
| OKLCH | oklch(0.925 0.1369 135.18) | color: oklch(0.925 0.1369 135.18) | |
| Lab | lab(92.74 -35.5 39.02) | color: lab(92.74 -35.5 39.02) | |
| LCH | lch(92.74 52.75 132.3) | color: lch(92.74 52.75 132.3) |
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)
#D8D9B4 — rgb(216, 217, 180)
Deuteranopia (Green-blind)
#D5D0B9 — rgb(213, 208, 185)
Tritanopia (Blue-blind)
#C1C6CA — rgb(193, 198, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(99, 92%, 80%);
text
color: hsl(99, 92%, 80%);
border
border: 2px solid hsl(99, 92%, 80%);
gradient light
background: linear-gradient(to right, hsl(99, 92%, 100%), hsl(99, 92%, 80%));
gradient dark
background: linear-gradient(to right, hsl(99, 92%, 80%), hsl(99, 92%, 60%))
hex
background-color: #BEFB9D;
tailwind
bg-[hsl(99,92%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(99, 92%, 80%, 0.4);
css variable
--color-primary: hsl(99, 92%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(99, 92%, 80%)?
HEX: #BEFB9D | RGB: rgb(190, 251, 157) | CMYK: 24%, 0%, 37%, 2% | HSV: 99°, 37%, 98%. Copy any format from the conversion table above.
What colors go well with #BEFB9D?
The complementary color is HSL(279, 92%, 80%). For a triadic harmony, use hues 99°, 219°, and 339°. For analogous combinations, try hues 69° and 129°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(99, 92%, 80%) in CSS?
As HSL: color: hsl(99, 92%, 80%); — As HEX: color: #BEFB9D; — As RGB: color: rgb(190, 251, 157); — Tailwind CSS: bg-[hsl(99,92%,80%)] — CSS variable: --color-primary: hsl(99, 92%, 80%);