HSL(84, 95%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,95%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 95%, 33%) | color: hsl(84, 95%, 33%) | |
| HEX | #64A404 | color: #64A404 | |
| RGB | rgb(100, 164, 4) | color: rgb(100, 164, 4) | |
| CMYK | cmyk(39%, 0%, 98%, 36%) | — | |
| HSV | hsv(84, 98%, 64%) | — | |
| HWB | hwb(84 1% 36%) | color: hwb(84 1% 36%) | |
| OKLCH | oklch(0.65 0.179 131.88) | color: oklch(0.65 0.179 131.88) | |
| Lab | lab(61.02 -41.93 62.2) | color: lab(61.02 -41.93 62.2) | |
| LCH | lch(61.02 75.01 123.98) | color: lch(61.02 75.01 123.98) |
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)
#80802B — rgb(128, 128, 43)
Deuteranopia (Green-blind)
#7C7734 — rgb(124, 119, 52)
Tritanopia (Blue-blind)
#674950 — rgb(103, 73, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 95%, 33%);
text
color: hsl(84, 95%, 33%);
border
border: 2px solid hsl(84, 95%, 33%);
gradient light
background: linear-gradient(to right, hsl(84, 95%, 53%), hsl(84, 95%, 33%));
gradient dark
background: linear-gradient(to right, hsl(84, 95%, 33%), hsl(84, 95%, 13%))
hex
background-color: #64A404;
tailwind
bg-[hsl(84,95%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 95%, 33%, 0.4);
css variable
--color-primary: hsl(84, 95%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 95%, 33%)?
HEX: #64A404 | RGB: rgb(100, 164, 4) | CMYK: 39%, 0%, 98%, 36% | HSV: 84°, 98%, 64%. Copy any format from the conversion table above.
What colors go well with #64A404?
The complementary color is HSL(264, 95%, 33%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(84, 95%, 33%) in CSS?
As HSL: color: hsl(84, 95%, 33%); — As HEX: color: #64A404; — As RGB: color: rgb(100, 164, 4); — Tailwind CSS: bg-[hsl(84,95%,33%)] — CSS variable: --color-primary: hsl(84, 95%, 33%);