HSL(85, 56%, 45%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,56%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 56%, 45%) | color: hsl(85, 56%, 45%) | |
| HEX | #7DB332 | color: #7DB332 | |
| RGB | rgb(125, 179, 50) | color: rgb(125, 179, 50) | |
| CMYK | cmyk(30%, 0%, 72%, 30%) | — | |
| HSV | hsv(85, 72%, 70%) | — | |
| HWB | hwb(85 20% 30%) | color: hwb(85 20% 30%) | |
| OKLCH | oklch(0.7042 0.1662 129.76) | color: oklch(0.7042 0.1662 129.76) | |
| Lab | lab(67.15 -37.39 56.89) | color: lab(67.15 -37.39 56.89) | |
| LCH | lch(67.15 68.08 123.31) | color: lch(67.15 68.08 123.31) |
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)
#949551 — rgb(148, 149, 81)
Deuteranopia (Green-blind)
#918D59 — rgb(145, 141, 89)
Tritanopia (Blue-blind)
#806A6F — rgb(128, 106, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 56%, 45%);
text
color: hsl(85, 56%, 45%);
border
border: 2px solid hsl(85, 56%, 45%);
gradient light
background: linear-gradient(to right, hsl(85, 56%, 65%), hsl(85, 56%, 45%));
gradient dark
background: linear-gradient(to right, hsl(85, 56%, 45%), hsl(85, 56%, 25%))
hex
background-color: #7DB332;
tailwind
bg-[hsl(85,56%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 56%, 45%, 0.4);
css variable
--color-primary: hsl(85, 56%, 45%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(85, 56%, 45%)?
HEX: #7DB332 | RGB: rgb(125, 179, 50) | CMYK: 30%, 0%, 72%, 30% | HSV: 85°, 72%, 70%. Copy any format from the conversion table above.
What colors go well with #7DB332?
The complementary color is HSL(265, 56%, 45%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(85, 56%, 45%) in CSS?
As HSL: color: hsl(85, 56%, 45%); — As HEX: color: #7DB332; — As RGB: color: rgb(125, 179, 50); — Tailwind CSS: bg-[hsl(85,56%,45%)] — CSS variable: --color-primary: hsl(85, 56%, 45%);