HSL(83, 61%, 45%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,61%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 61%, 45%) | color: hsl(83, 61%, 45%) | |
| HEX | #83B92D | color: #83B92D | |
| RGB | rgb(131, 185, 45) | color: rgb(131, 185, 45) | |
| CMYK | cmyk(29%, 0%, 76%, 27%) | — | |
| HSV | hsv(83, 76%, 73%) | — | |
| HWB | hwb(83 18% 27%) | color: hwb(83 18% 27%) | |
| OKLCH | oklch(0.7222 0.1735 128.89) | color: oklch(0.7222 0.1735 128.89) | |
| Lab | lab(69.26 -38.09 60.81) | color: lab(69.26 -38.09 60.81) | |
| LCH | lch(69.26 71.75 122.06) | color: lch(69.26 71.75 122.06) |
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)
#9A9B4F — rgb(154, 155, 79)
Deuteranopia (Green-blind)
#979357 — rgb(151, 147, 87)
Tritanopia (Blue-blind)
#866A70 — rgb(134, 106, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 61%, 45%);
text
color: hsl(83, 61%, 45%);
border
border: 2px solid hsl(83, 61%, 45%);
gradient light
background: linear-gradient(to right, hsl(83, 61%, 65%), hsl(83, 61%, 45%));
gradient dark
background: linear-gradient(to right, hsl(83, 61%, 45%), hsl(83, 61%, 25%))
hex
background-color: #83B92D;
tailwind
bg-[hsl(83,61%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 61%, 45%, 0.4);
css variable
--color-primary: hsl(83, 61%, 45%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 61%, 45%)?
HEX: #83B92D | RGB: rgb(131, 185, 45) | CMYK: 29%, 0%, 76%, 27% | HSV: 83°, 76%, 73%. Copy any format from the conversion table above.
What colors go well with #83B92D?
The complementary color is HSL(263, 61%, 45%). 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, 61%, 45%) in CSS?
As HSL: color: hsl(83, 61%, 45%); — As HEX: color: #83B92D; — As RGB: color: rgb(131, 185, 45); — Tailwind CSS: bg-[hsl(83,61%,45%)] — CSS variable: --color-primary: hsl(83, 61%, 45%);