HSL(112, 40%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,40%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 40%, 52%) | color: hsl(112, 40%, 52%) | |
| HEX | #61B654 | color: #61B654 | |
| RGB | rgb(97, 182, 84) | color: rgb(97, 182, 84) | |
| CMYK | cmyk(47%, 0%, 54%, 29%) | — | |
| HSV | hsv(112, 54%, 71%) | — | |
| HWB | hwb(112 33% 29%) | color: hwb(112 33% 29%) | |
| OKLCH | oklch(0.7003 0.1581 141.1) | color: oklch(0.7003 0.1581 141.1) | |
| Lab | lab(67 -45.04 41.61) | color: lab(67 -45.04 41.61) | |
| LCH | lch(67 61.32 137.27) | color: lch(67 61.32 137.27) |
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)
#86876C — rgb(134, 135, 108)
Deuteranopia (Green-blind)
#817B71 — rgb(129, 123, 113)
Tritanopia (Blue-blind)
#657E83 — rgb(101, 126, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 40%, 52%);
text
color: hsl(112, 40%, 52%);
border
border: 2px solid hsl(112, 40%, 52%);
gradient light
background: linear-gradient(to right, hsl(112, 40%, 72%), hsl(112, 40%, 52%));
gradient dark
background: linear-gradient(to right, hsl(112, 40%, 52%), hsl(112, 40%, 32%))
hex
background-color: #61B654;
tailwind
bg-[hsl(112,40%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 40%, 52%, 0.4);
css variable
--color-primary: hsl(112, 40%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 40%, 52%)?
HEX: #61B654 | RGB: rgb(97, 182, 84) | CMYK: 47%, 0%, 54%, 29% | HSV: 112°, 54%, 71%. Copy any format from the conversion table above.
What colors go well with #61B654?
The complementary color is HSL(292, 40%, 52%). 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%, 52%) in CSS?
As HSL: color: hsl(112, 40%, 52%); — As HEX: color: #61B654; — As RGB: color: rgb(97, 182, 84); — Tailwind CSS: bg-[hsl(112,40%,52%)] — CSS variable: --color-primary: hsl(112, 40%, 52%);