HSL(112, 78%, 85%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(112,78%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(112, 78%, 85%) color: hsl(112, 78%, 85%)
HEX #C3F7BB color: #C3F7BB
RGB rgb(195, 247, 187) color: rgb(195, 247, 187)
CMYK cmyk(21%, 0%, 24%, 3%)
HSV hsv(112, 24%, 97%)
HWB hwb(112 74% 3%) color: hwb(112 74% 3%)
OKLCH oklch(0.9251 0.0961 141.3) color: oklch(0.9251 0.0961 141.3)
Lab lab(92.45 -27.53 23.59) color: lab(92.45 -27.53 23.59)
LCH lch(92.45 36.25 139.41) color: lch(92.45 36.25 139.41)

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.21:1
vs Black 17.34: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)

#DADACA — rgb(218, 218, 202)

Deuteranopia (Green-blind)

#D7D3CD — rgb(215, 211, 205)

Tritanopia (Blue-blind)

#C6D5D8 — rgb(198, 213, 216)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(112, 78%, 85%);

text

color: hsl(112, 78%, 85%);

border

border: 2px solid hsl(112, 78%, 85%);

gradient light

background: linear-gradient(to right, hsl(112, 78%, 100%), hsl(112, 78%, 85%));

gradient dark

background: linear-gradient(to right, hsl(112, 78%, 85%), hsl(112, 78%, 65%))

hex

background-color: #C3F7BB;

tailwind

bg-[hsl(112,78%,85%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(112, 78%, 85%, 0.4);

css variable

--color-primary: hsl(112, 78%, 85%);

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(112, 78%, 85%)?

HEX: #C3F7BB | RGB: rgb(195, 247, 187) | CMYK: 21%, 0%, 24%, 3% | HSV: 112°, 24%, 97%. Copy any format from the conversion table above.

What colors go well with #C3F7BB?

The complementary color is HSL(292, 78%, 85%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(112, 78%, 85%) in CSS?

As HSL: color: hsl(112, 78%, 85%); — As HEX: color: #C3F7BB; — As RGB: color: rgb(195, 247, 187); — Tailwind CSS: bg-[hsl(112,78%,85%)] — CSS variable: --color-primary: hsl(112, 78%, 85%);