HSL(128, 80%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(128,80%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(128, 80%, 70%) | color: hsl(128, 80%, 70%) | |
| HEX | #75F086 | color: #75F086 | |
| RGB | rgb(117, 240, 134) | color: rgb(117, 240, 134) | |
| CMYK | cmyk(51%, 0%, 44%, 6%) | — | |
| HSV | hsv(128, 51%, 94%) | — | |
| HWB | hwb(128 46% 6%) | color: hwb(128 46% 6%) | |
| OKLCH | oklch(0.8594 0.1821 146.63) | color: oklch(0.8594 0.1821 146.63) | |
| Lab | lab(85.92 -56.06 40.85) | color: lab(85.92 -56.06 40.85) | |
| LCH | lch(85.92 69.36 143.92) | color: lch(85.92 69.36 143.92) |
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)
#AAABA0 — rgb(170, 171, 160)
Deuteranopia (Green-blind)
#A39AA6 — rgb(163, 154, 166)
Tritanopia (Blue-blind)
#7BB4B8 — rgb(123, 180, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(128, 80%, 70%);
text
color: hsl(128, 80%, 70%);
border
border: 2px solid hsl(128, 80%, 70%);
gradient light
background: linear-gradient(to right, hsl(128, 80%, 90%), hsl(128, 80%, 70%));
gradient dark
background: linear-gradient(to right, hsl(128, 80%, 70%), hsl(128, 80%, 50%))
hex
background-color: #75F086;
tailwind
bg-[hsl(128,80%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(128, 80%, 70%, 0.4);
css variable
--color-primary: hsl(128, 80%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(128, 80%, 70%)?
HEX: #75F086 | RGB: rgb(117, 240, 134) | CMYK: 51%, 0%, 44%, 6% | HSV: 128°, 51%, 94%. Copy any format from the conversion table above.
What colors go well with #75F086?
The complementary color is HSL(308, 80%, 70%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(128, 80%, 70%) in CSS?
As HSL: color: hsl(128, 80%, 70%); — As HEX: color: #75F086; — As RGB: color: rgb(117, 240, 134); — Tailwind CSS: bg-[hsl(128,80%,70%)] — CSS variable: --color-primary: hsl(128, 80%, 70%);