HSL(121, 45%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(121,45%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 45%, 59%) | color: hsl(121, 45%, 59%) | |
| HEX | #67C569 | color: #67C569 | |
| RGB | rgb(103, 197, 105) | color: rgb(103, 197, 105) | |
| CMYK | cmyk(48%, 0%, 47%, 23%) | — | |
| HSV | hsv(121, 48%, 77%) | — | |
| HWB | hwb(121 40% 23%) | color: hwb(121 40% 23%) | |
| OKLCH | oklch(0.7437 0.1565 144.21) | color: oklch(0.7437 0.1565 144.21) | |
| Lab | lab(72.12 -46.7 37.59) | color: lab(72.12 -46.7 37.59) | |
| LCH | lch(72.12 59.95 141.17) | color: lch(72.12 59.95 141.17) |
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)
#90917F — rgb(144, 145, 127)
Deuteranopia (Green-blind)
#8A8385 — rgb(138, 131, 133)
Tritanopia (Blue-blind)
#6C9195 — rgb(108, 145, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 45%, 59%);
text
color: hsl(121, 45%, 59%);
border
border: 2px solid hsl(121, 45%, 59%);
gradient light
background: linear-gradient(to right, hsl(121, 45%, 79%), hsl(121, 45%, 59%));
gradient dark
background: linear-gradient(to right, hsl(121, 45%, 59%), hsl(121, 45%, 39%))
hex
background-color: #67C569;
tailwind
bg-[hsl(121,45%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 45%, 59%, 0.4);
css variable
--color-primary: hsl(121, 45%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(121, 45%, 59%)?
HEX: #67C569 | RGB: rgb(103, 197, 105) | CMYK: 48%, 0%, 47%, 23% | HSV: 121°, 48%, 77%. Copy any format from the conversion table above.
What colors go well with #67C569?
The complementary color is HSL(301, 45%, 59%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(121, 45%, 59%) in CSS?
As HSL: color: hsl(121, 45%, 59%); — As HEX: color: #67C569; — As RGB: color: rgb(103, 197, 105); — Tailwind CSS: bg-[hsl(121,45%,59%)] — CSS variable: --color-primary: hsl(121, 45%, 59%);