HSL(107, 45%, 62%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(107,45%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 45%, 62%) color: hsl(107, 45%, 62%)
HEX #85CA72 color: #85CA72
RGB rgb(133, 202, 114) color: rgb(133, 202, 114)
CMYK cmyk(34%, 0%, 44%, 21%)
HSV hsv(107, 44%, 79%)
HWB hwb(107 44% 21%) color: hwb(107 44% 21%)
OKLCH oklch(0.7721 0.1387 139.12) color: oklch(0.7721 0.1387 139.12)
Lab lab(75.1 -38.34 37.13) color: lab(75.1 -38.34 37.13)
LCH lch(75.1 53.37 135.92) color: lch(75.1 53.37 135.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.96:1
vs Black 10.69: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)

#A3A387 — rgb(163, 163, 135)

Deuteranopia (Green-blind)

#9F9A8C — rgb(159, 154, 140)

Tritanopia (Blue-blind)

#88989C — rgb(136, 152, 156)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 45%, 62%);

text

color: hsl(107, 45%, 62%);

border

border: 2px solid hsl(107, 45%, 62%);

gradient light

background: linear-gradient(to right, hsl(107, 45%, 82%), hsl(107, 45%, 62%));

gradient dark

background: linear-gradient(to right, hsl(107, 45%, 62%), hsl(107, 45%, 42%))

hex

background-color: #85CA72;

tailwind

bg-[hsl(107,45%,62%)]

box shadow

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

css variable

--color-primary: hsl(107, 45%, 62%);

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(107, 45%, 62%)?

HEX: #85CA72 | RGB: rgb(133, 202, 114) | CMYK: 34%, 0%, 44%, 21% | HSV: 107°, 44%, 79%. Copy any format from the conversion table above.

What colors go well with #85CA72?

The complementary color is HSL(287, 45%, 62%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(107, 45%, 62%) in CSS?

As HSL: color: hsl(107, 45%, 62%); — As HEX: color: #85CA72; — As RGB: color: rgb(133, 202, 114); — Tailwind CSS: bg-[hsl(107,45%,62%)] — CSS variable: --color-primary: hsl(107, 45%, 62%);