HSL(83, 68%, 51%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,68%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 68%, 51%) | color: hsl(83, 68%, 51%) | |
| HEX | #96D72D | color: #96D72D | |
| RGB | rgb(150, 215, 45) | color: rgb(150, 215, 45) | |
| CMYK | cmyk(30%, 0%, 79%, 16%) | — | |
| HSV | hsv(83, 79%, 84%) | — | |
| HWB | hwb(83 18% 16%) | color: hwb(83 18% 16%) | |
| OKLCH | oklch(0.8058 0.1999 129.19) | color: oklch(0.8058 0.1999 129.19) | |
| Lab | lab(79.2 -44.1 70.47) | color: lab(79.2 -44.1 70.47) | |
| LCH | lch(79.2 83.13 122.04) | color: lch(79.2 83.13 122.04) |
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)
#B2B356 — rgb(178, 179, 86)
Deuteranopia (Green-blind)
#AEAA60 — rgb(174, 170, 96)
Tritanopia (Blue-blind)
#99777E — rgb(153, 119, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 68%, 51%);
text
color: hsl(83, 68%, 51%);
border
border: 2px solid hsl(83, 68%, 51%);
gradient light
background: linear-gradient(to right, hsl(83, 68%, 71%), hsl(83, 68%, 51%));
gradient dark
background: linear-gradient(to right, hsl(83, 68%, 51%), hsl(83, 68%, 31%))
hex
background-color: #96D72D;
tailwind
bg-[hsl(83,68%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 68%, 51%, 0.4);
css variable
--color-primary: hsl(83, 68%, 51%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 68%, 51%)?
HEX: #96D72D | RGB: rgb(150, 215, 45) | CMYK: 30%, 0%, 79%, 16% | HSV: 83°, 79%, 84%. Copy any format from the conversion table above.
What colors go well with #96D72D?
The complementary color is HSL(263, 68%, 51%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 68%, 51%) in CSS?
As HSL: color: hsl(83, 68%, 51%); — As HEX: color: #96D72D; — As RGB: color: rgb(150, 215, 45); — Tailwind CSS: bg-[hsl(83,68%,51%)] — CSS variable: --color-primary: hsl(83, 68%, 51%);