HSL(116, 50%, 61%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(116,50%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(116, 50%, 61%) color: hsl(116, 50%, 61%)
HEX #70CD6A color: #70CD6A
RGB rgb(112, 205, 106) color: rgb(112, 205, 106)
CMYK cmyk(45%, 0%, 48%, 20%)
HSV hsv(116, 48%, 80%)
HWB hwb(116 42% 20%) color: hwb(116 42% 20%)
OKLCH oklch(0.7676 0.1622 142.61) color: oklch(0.7676 0.1622 142.61)
Lab lab(74.92 -47.29 40.68) color: lab(74.92 -47.29 40.68)
LCH lch(74.92 62.38 139.3) color: lch(74.92 62.38 139.3)

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.98:1
vs Black 10.63: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)

#989982 — rgb(152, 153, 130)

Deuteranopia (Green-blind)

#938C88 — rgb(147, 140, 136)

Tritanopia (Blue-blind)

#759599 — rgb(117, 149, 153)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(116, 50%, 61%);

text

color: hsl(116, 50%, 61%);

border

border: 2px solid hsl(116, 50%, 61%);

gradient light

background: linear-gradient(to right, hsl(116, 50%, 81%), hsl(116, 50%, 61%));

gradient dark

background: linear-gradient(to right, hsl(116, 50%, 61%), hsl(116, 50%, 41%))

hex

background-color: #70CD6A;

tailwind

bg-[hsl(116,50%,61%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(116, 50%, 61%, 0.4);

css variable

--color-primary: hsl(116, 50%, 61%);

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(116, 50%, 61%)?

HEX: #70CD6A | RGB: rgb(112, 205, 106) | CMYK: 45%, 0%, 48%, 20% | HSV: 116°, 48%, 80%. Copy any format from the conversion table above.

What colors go well with #70CD6A?

The complementary color is HSL(296, 50%, 61%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(116, 50%, 61%) in CSS?

As HSL: color: hsl(116, 50%, 61%); — As HEX: color: #70CD6A; — As RGB: color: rgb(112, 205, 106); — Tailwind CSS: bg-[hsl(116,50%,61%)] — CSS variable: --color-primary: hsl(116, 50%, 61%);