HSL(112, 40%, 54%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,40%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 40%, 54%) | color: hsl(112, 40%, 54%) | |
| HEX | #67B95B | color: #67B95B | |
| RGB | rgb(103, 185, 91) | color: rgb(103, 185, 91) | |
| CMYK | cmyk(44%, 0%, 51%, 27%) | — | |
| HSV | hsv(112, 51%, 73%) | — | |
| HWB | hwb(112 36% 27%) | color: hwb(112 36% 27%) | |
| OKLCH | oklch(0.7116 0.1527 141.21) | color: oklch(0.7116 0.1527 141.21) | |
| Lab | lab(68.27 -43.59 39.78) | color: lab(68.27 -43.59 39.78) | |
| LCH | lch(68.27 59.01 137.62) | color: lch(68.27 59.01 137.62) |
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)
#8B8B72 — rgb(139, 139, 114)
Deuteranopia (Green-blind)
#868077 — rgb(134, 128, 119)
Tritanopia (Blue-blind)
#6B8488 — rgb(107, 132, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 40%, 54%);
text
color: hsl(112, 40%, 54%);
border
border: 2px solid hsl(112, 40%, 54%);
gradient light
background: linear-gradient(to right, hsl(112, 40%, 74%), hsl(112, 40%, 54%));
gradient dark
background: linear-gradient(to right, hsl(112, 40%, 54%), hsl(112, 40%, 34%))
hex
background-color: #67B95B;
tailwind
bg-[hsl(112,40%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 40%, 54%, 0.4);
css variable
--color-primary: hsl(112, 40%, 54%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 40%, 54%)?
HEX: #67B95B | RGB: rgb(103, 185, 91) | CMYK: 44%, 0%, 51%, 27% | HSV: 112°, 51%, 73%. Copy any format from the conversion table above.
What colors go well with #67B95B?
The complementary color is HSL(292, 40%, 54%). 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, 40%, 54%) in CSS?
As HSL: color: hsl(112, 40%, 54%); — As HEX: color: #67B95B; — As RGB: color: rgb(103, 185, 91); — Tailwind CSS: bg-[hsl(112,40%,54%)] — CSS variable: --color-primary: hsl(112, 40%, 54%);