HSL(119, 50%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(119,50%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 50%, 63%) | color: hsl(119, 50%, 63%) | |
| HEX | #73D071 | color: #73D071 | |
| RGB | rgb(115, 208, 113) | color: rgb(115, 208, 113) | |
| CMYK | cmyk(45%, 0%, 46%, 18%) | — | |
| HSV | hsv(119, 46%, 82%) | — | |
| HWB | hwb(119 44% 18%) | color: hwb(119 44% 18%) | |
| OKLCH | oklch(0.7774 0.1583 143.45) | color: oklch(0.7774 0.1583 143.45) | |
| Lab | lab(76.04 -46.69 38.64) | color: lab(76.04 -46.69 38.64) | |
| LCH | lch(76.04 60.61 140.39) | color: lch(76.04 60.61 140.39) |
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)
#9B9C88 — rgb(155, 156, 136)
Deuteranopia (Green-blind)
#968F8E — rgb(150, 143, 142)
Tritanopia (Blue-blind)
#789A9E — rgb(120, 154, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 50%, 63%);
text
color: hsl(119, 50%, 63%);
border
border: 2px solid hsl(119, 50%, 63%);
gradient light
background: linear-gradient(to right, hsl(119, 50%, 83%), hsl(119, 50%, 63%));
gradient dark
background: linear-gradient(to right, hsl(119, 50%, 63%), hsl(119, 50%, 43%))
hex
background-color: #73D071;
tailwind
bg-[hsl(119,50%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 50%, 63%, 0.4);
css variable
--color-primary: hsl(119, 50%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(119, 50%, 63%)?
HEX: #73D071 | RGB: rgb(115, 208, 113) | CMYK: 45%, 0%, 46%, 18% | HSV: 119°, 46%, 82%. Copy any format from the conversion table above.
What colors go well with #73D071?
The complementary color is HSL(299, 50%, 63%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(119, 50%, 63%) in CSS?
As HSL: color: hsl(119, 50%, 63%); — As HEX: color: #73D071; — As RGB: color: rgb(115, 208, 113); — Tailwind CSS: bg-[hsl(119,50%,63%)] — CSS variable: --color-primary: hsl(119, 50%, 63%);