HSL(112, 60%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,60%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 60%, 80%) | color: hsl(112, 60%, 80%) | |
| HEX | #B6EBAD | color: #B6EBAD | |
| RGB | rgb(182, 235, 173) | color: rgb(182, 235, 173) | |
| CMYK | cmyk(23%, 0%, 26%, 8%) | — | |
| HSV | hsv(111, 26%, 92%) | — | |
| HWB | hwb(111 68% 8%) | color: hwb(111 68% 8%) | |
| OKLCH | oklch(0.8877 0.0996 140.96) | color: oklch(0.8877 0.0996 140.96) | |
| Lab | lab(88.15 -28.41 24.74) | color: lab(88.15 -28.41 24.74) | |
| LCH | lch(88.15 37.67 138.95) | color: lch(88.15 37.67 138.95) |
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)
#CDCDBC — rgb(205, 205, 188)
Deuteranopia (Green-blind)
#CAC6C0 — rgb(202, 198, 192)
Tritanopia (Blue-blind)
#B9C8CA — rgb(185, 200, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 60%, 80%);
text
color: hsl(112, 60%, 80%);
border
border: 2px solid hsl(112, 60%, 80%);
gradient light
background: linear-gradient(to right, hsl(112, 60%, 100%), hsl(112, 60%, 80%));
gradient dark
background: linear-gradient(to right, hsl(112, 60%, 80%), hsl(112, 60%, 60%))
hex
background-color: #B6EBAD;
tailwind
bg-[hsl(112,60%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 60%, 80%, 0.4);
css variable
--color-primary: hsl(112, 60%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 60%, 80%)?
HEX: #B6EBAD | RGB: rgb(182, 235, 173) | CMYK: 23%, 0%, 26%, 8% | HSV: 111°, 26%, 92%. Copy any format from the conversion table above.
What colors go well with #B6EBAD?
The complementary color is HSL(292, 60%, 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, 60%, 80%) in CSS?
As HSL: color: hsl(112, 60%, 80%); — As HEX: color: #B6EBAD; — As RGB: color: rgb(182, 235, 173); — Tailwind CSS: bg-[hsl(112,60%,80%)] — CSS variable: --color-primary: hsl(112, 60%, 80%);