HSL(107, 45%, 62%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(107,45%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 45%, 62%) | color: hsl(107, 45%, 62%) | |
| HEX | #85CA72 | color: #85CA72 | |
| RGB | rgb(133, 202, 114) | color: rgb(133, 202, 114) | |
| CMYK | cmyk(34%, 0%, 44%, 21%) | — | |
| HSV | hsv(107, 44%, 79%) | — | |
| HWB | hwb(107 44% 21%) | color: hwb(107 44% 21%) | |
| OKLCH | oklch(0.7721 0.1387 139.12) | color: oklch(0.7721 0.1387 139.12) | |
| Lab | lab(75.1 -38.34 37.13) | color: lab(75.1 -38.34 37.13) | |
| LCH | lch(75.1 53.37 135.92) | color: lch(75.1 53.37 135.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)
#A3A387 — rgb(163, 163, 135)
Deuteranopia (Green-blind)
#9F9A8C — rgb(159, 154, 140)
Tritanopia (Blue-blind)
#88989C — rgb(136, 152, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 45%, 62%);
text
color: hsl(107, 45%, 62%);
border
border: 2px solid hsl(107, 45%, 62%);
gradient light
background: linear-gradient(to right, hsl(107, 45%, 82%), hsl(107, 45%, 62%));
gradient dark
background: linear-gradient(to right, hsl(107, 45%, 62%), hsl(107, 45%, 42%))
hex
background-color: #85CA72;
tailwind
bg-[hsl(107,45%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 45%, 62%, 0.4);
css variable
--color-primary: hsl(107, 45%, 62%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(107, 45%, 62%)?
HEX: #85CA72 | RGB: rgb(133, 202, 114) | CMYK: 34%, 0%, 44%, 21% | HSV: 107°, 44%, 79%. Copy any format from the conversion table above.
What colors go well with #85CA72?
The complementary color is HSL(287, 45%, 62%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 45%, 62%) in CSS?
As HSL: color: hsl(107, 45%, 62%); — As HEX: color: #85CA72; — As RGB: color: rgb(133, 202, 114); — Tailwind CSS: bg-[hsl(107,45%,62%)] — CSS variable: --color-primary: hsl(107, 45%, 62%);