HSL(115, 60%, 64%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(115,60%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(115, 60%, 64%) color: hsl(115, 60%, 64%)
HEX #75DA6C color: #75DA6C
RGB rgb(117, 218, 108) color: rgb(117, 218, 108)
CMYK cmyk(46%, 0%, 50%, 15%)
HSV hsv(115, 50%, 85%)
HWB hwb(115 43% 15%) color: hwb(115 43% 15%)
OKLCH oklch(0.802 0.1758 142.14) color: oklch(0.802 0.1758 142.14)
Lab lab(79.04 -50.91 44.84) color: lab(79.04 -50.91 44.84)
LCH lch(79.04 67.84 138.63) color: lch(79.04 67.84 138.63)

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.75:1
vs Black 12: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)

#A1A287 — rgb(161, 162, 135)

Deuteranopia (Green-blind)

#9B938D — rgb(155, 147, 141)

Tritanopia (Blue-blind)

#7A9CA0 — rgb(122, 156, 160)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(115, 60%, 64%);

text

color: hsl(115, 60%, 64%);

border

border: 2px solid hsl(115, 60%, 64%);

gradient light

background: linear-gradient(to right, hsl(115, 60%, 84%), hsl(115, 60%, 64%));

gradient dark

background: linear-gradient(to right, hsl(115, 60%, 64%), hsl(115, 60%, 44%))

hex

background-color: #75DA6C;

tailwind

bg-[hsl(115,60%,64%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(115, 60%, 64%, 0.4);

css variable

--color-primary: hsl(115, 60%, 64%);

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(115, 60%, 64%)?

HEX: #75DA6C | RGB: rgb(117, 218, 108) | CMYK: 46%, 0%, 50%, 15% | HSV: 115°, 50%, 85%. Copy any format from the conversion table above.

What colors go well with #75DA6C?

The complementary color is HSL(295, 60%, 64%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(115, 60%, 64%) in CSS?

As HSL: color: hsl(115, 60%, 64%); — As HEX: color: #75DA6C; — As RGB: color: rgb(117, 218, 108); — Tailwind CSS: bg-[hsl(115,60%,64%)] — CSS variable: --color-primary: hsl(115, 60%, 64%);