HSL(147, 45%, 53%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,45%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 45%, 53%) color: hsl(147, 45%, 53%)
HEX #51BD82 color: #51BD82
RGB rgb(81, 189, 130) color: rgb(81, 189, 130)
CMYK cmyk(57%, 0%, 31%, 26%)
HSV hsv(147, 57%, 74%)
HWB hwb(147 32% 26%) color: hwb(147 32% 26%)
OKLCH oklch(0.7197 0.1326 156.69) color: oklch(0.7197 0.1326 156.69)
Lab lab(69.29 -44.67 20.73) color: lab(69.29 -44.67 20.73)
LCH lch(69.29 49.25 155.11) color: lch(69.29 49.25 155.11)

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 2.35:1
vs Black 8.95: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)

#808190 — rgb(128, 129, 144)

Deuteranopia (Green-blind)

#7A7194 — rgb(122, 113, 148)

Tritanopia (Blue-blind)

#569C9E — rgb(86, 156, 158)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 45%, 53%);

text

color: hsl(147, 45%, 53%);

border

border: 2px solid hsl(147, 45%, 53%);

gradient light

background: linear-gradient(to right, hsl(147, 45%, 73%), hsl(147, 45%, 53%));

gradient dark

background: linear-gradient(to right, hsl(147, 45%, 53%), hsl(147, 45%, 33%))

hex

background-color: #51BD82;

tailwind

bg-[hsl(147,45%,53%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(147, 45%, 53%, 0.4);

css variable

--color-primary: hsl(147, 45%, 53%);

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(147, 45%, 53%)?

HEX: #51BD82 | RGB: rgb(81, 189, 130) | CMYK: 57%, 0%, 31%, 26% | HSV: 147°, 57%, 74%. Copy any format from the conversion table above.

What colors go well with #51BD82?

The complementary color is HSL(327, 45%, 53%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(147, 45%, 53%) in CSS?

As HSL: color: hsl(147, 45%, 53%); — As HEX: color: #51BD82; — As RGB: color: rgb(81, 189, 130); — Tailwind CSS: bg-[hsl(147,45%,53%)] — CSS variable: --color-primary: hsl(147, 45%, 53%);