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

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.44:1
vs Black 14.56:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

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

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

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

Success states Eco/nature brands Finance apps Health apps Confirm buttons

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%);