HSL(112, 37%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,37%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 37%, 80%) | color: hsl(112, 37%, 80%) | |
| HEX | #BEDFB9 | color: #BEDFB9 | |
| RGB | rgb(190, 223, 185) | color: rgb(190, 223, 185) | |
| CMYK | cmyk(15%, 0%, 17%, 13%) | — | |
| HSV | hsv(112, 17%, 87%) | — | |
| HWB | hwb(112 72% 13%) | color: hwb(112 72% 13%) | |
| OKLCH | oklch(0.8695 0.0623 141.44) | color: oklch(0.8695 0.0623 141.44) | |
| Lab | lab(85.62 -17.9 15.06) | color: lab(85.62 -17.9 15.06) | |
| LCH | lch(85.62 23.39 139.92) | color: lch(85.62 23.39 139.92) |
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)
#CCCDC2 — rgb(204, 205, 194)
Deuteranopia (Green-blind)
#CAC8C4 — rgb(202, 200, 196)
Tritanopia (Blue-blind)
#C0C9CB — rgb(192, 201, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 37%, 80%);
text
color: hsl(112, 37%, 80%);
border
border: 2px solid hsl(112, 37%, 80%);
gradient light
background: linear-gradient(to right, hsl(112, 37%, 100%), hsl(112, 37%, 80%));
gradient dark
background: linear-gradient(to right, hsl(112, 37%, 80%), hsl(112, 37%, 60%))
hex
background-color: #BEDFB9;
tailwind
bg-[hsl(112,37%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 37%, 80%, 0.4);
css variable
--color-primary: hsl(112, 37%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 37%, 80%)?
HEX: #BEDFB9 | RGB: rgb(190, 223, 185) | CMYK: 15%, 0%, 17%, 13% | HSV: 112°, 17%, 87%. Copy any format from the conversion table above.
What colors go well with #BEDFB9?
The complementary color is HSL(292, 37%, 80%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 37%, 80%) in CSS?
As HSL: color: hsl(112, 37%, 80%); — As HEX: color: #BEDFB9; — As RGB: color: rgb(190, 223, 185); — Tailwind CSS: bg-[hsl(112,37%,80%)] — CSS variable: --color-primary: hsl(112, 37%, 80%);