HSL(95, 63%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(95,63%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(95, 63%, 44%) | color: hsl(95, 63%, 44%) | |
| HEX | #64B72A | color: #64B72A | |
| RGB | rgb(100, 183, 42) | color: rgb(100, 183, 42) | |
| CMYK | cmyk(45%, 0%, 77%, 28%) | — | |
| HSV | hsv(95, 77%, 72%) | — | |
| HWB | hwb(95 17% 28%) | color: hwb(95 17% 28%) | |
| OKLCH | oklch(0.7001 0.1886 135.67) | color: oklch(0.7001 0.1886 135.67) | |
| Lab | lab(67.08 -48.33 59.16) | color: lab(67.08 -48.33 59.16) | |
| LCH | lch(67.08 76.39 129.25) | color: lch(67.08 76.39 129.25) |
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)
#88894C — rgb(136, 137, 76)
Deuteranopia (Green-blind)
#837D54 — rgb(131, 125, 84)
Tritanopia (Blue-blind)
#68676D — rgb(104, 103, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(95, 63%, 44%);
text
color: hsl(95, 63%, 44%);
border
border: 2px solid hsl(95, 63%, 44%);
gradient light
background: linear-gradient(to right, hsl(95, 63%, 64%), hsl(95, 63%, 44%));
gradient dark
background: linear-gradient(to right, hsl(95, 63%, 44%), hsl(95, 63%, 24%))
hex
background-color: #64B72A;
tailwind
bg-[hsl(95,63%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(95, 63%, 44%, 0.4);
css variable
--color-primary: hsl(95, 63%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(95, 63%, 44%)?
HEX: #64B72A | RGB: rgb(100, 183, 42) | CMYK: 45%, 0%, 77%, 28% | HSV: 95°, 77%, 72%. Copy any format from the conversion table above.
What colors go well with #64B72A?
The complementary color is HSL(275, 63%, 44%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(95, 63%, 44%) in CSS?
As HSL: color: hsl(95, 63%, 44%); — As HEX: color: #64B72A; — As RGB: color: rgb(100, 183, 42); — Tailwind CSS: bg-[hsl(95,63%,44%)] — CSS variable: --color-primary: hsl(95, 63%, 44%);