HSL(134, 92%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(134,92%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(134, 92%, 67%) | color: hsl(134, 92%, 67%) | |
| HEX | #5DF882 | color: #5DF882 | |
| RGB | rgb(93, 248, 130) | color: rgb(93, 248, 130) | |
| CMYK | cmyk(63%, 0%, 48%, 3%) | — | |
| HSV | hsv(134, 63%, 97%) | — | |
| HWB | hwb(134 36% 3%) | color: hwb(134 36% 3%) | |
| OKLCH | oklch(0.8704 0.2065 148.24) | color: oklch(0.8704 0.2065 148.24) | |
| Lab | lab(87.52 -65.04 44.66) | color: lab(87.52 -65.04 44.66) | |
| LCH | lch(87.52 78.9 145.52) | color: lch(87.52 78.9 145.52) |
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)
#A0A29F — rgb(160, 162, 159)
Deuteranopia (Green-blind)
#978CA5 — rgb(151, 140, 165)
Tritanopia (Blue-blind)
#65B5BA — rgb(101, 181, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(134, 92%, 67%);
text
color: hsl(134, 92%, 67%);
border
border: 2px solid hsl(134, 92%, 67%);
gradient light
background: linear-gradient(to right, hsl(134, 92%, 87%), hsl(134, 92%, 67%));
gradient dark
background: linear-gradient(to right, hsl(134, 92%, 67%), hsl(134, 92%, 47%))
hex
background-color: #5DF882;
tailwind
bg-[hsl(134,92%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(134, 92%, 67%, 0.4);
css variable
--color-primary: hsl(134, 92%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(134, 92%, 67%)?
HEX: #5DF882 | RGB: rgb(93, 248, 130) | CMYK: 63%, 0%, 48%, 3% | HSV: 134°, 63%, 97%. Copy any format from the conversion table above.
What colors go well with #5DF882?
The complementary color is HSL(314, 92%, 67%). For a triadic harmony, use hues 134°, 254°, and 14°. For analogous combinations, try hues 104° and 164°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(134, 92%, 67%) in CSS?
As HSL: color: hsl(134, 92%, 67%); — As HEX: color: #5DF882; — As RGB: color: rgb(93, 248, 130); — Tailwind CSS: bg-[hsl(134,92%,67%)] — CSS variable: --color-primary: hsl(134, 92%, 67%);