✓ Copied to clipboard
#50C878 color swatch preview — Color From Pic.
#50C878 color swatch

#50C878

#50C878

📝 Color Information

The hexadecimal color code #50C878 represents a medium shade in the green family. In the RGB color model, this color is composed of 80 red, 200 green, and 120 blue, which translates to approximately 31% red, 78% green, and 47% blue. This makes it a moderately saturated color with cool undertones that can evoke different emotional responses depending on its application. When analyzed in the HSL (Hue, Saturation, Lightness) color space, #50C878 has a hue of 140 degrees, a saturation level of 52%, and a lightness value of 55%. The hue angle of places this color firmly in the green spectrum. In the HSV/HSB color model, this translates to a hue of , saturation of 60%, and brightness/value of 78%. For print applications using the CMYK color model, #50C878 would be reproduced using 60% cyan, 0% magenta, 40% yellow, and 22% black. The closest web-safe color is #66CC66, which may be useful for ensuring compatibility across older displays and systems. This color works well in various design contexts. With its medium lightness, it's versatile enough for both foreground elements and subtle backgrounds. The moderate to low saturation gives this color a sophisticated, muted quality that works well in professional and minimalist designs. When pairing #50C878 with other colors, consider its complementary color at hue 320° for maximum contrast, or use analogous colors within 30° of its hue for harmonious combinations. The decimal representation of this color is 5294200, which can be useful in certain programming contexts.

🔢 Color Conversion

Tailwind CSS
green-400
HEX
#50C878
RGB
rgb(80, 200, 120)
RGB %
31%, 78%, 47%
HSL
hsl(140, 52%, 55%)
HSV
hsv(140, 60%, 78%)
CMYK
60%, 0%, 40%, 22%
Decimal
5294200
Web Safe
#66CC66

🎨 Color Schemes

Complementary
Analogous
Triadic
Split Complementary
Tetradic (Rectangle)

🔄 Alternatives to #50C878

🌗 Shades and Tints

Shades (adding black)
Tints (adding white)

🎚️ Tones of #50C878

Tones (adding gray / desaturating)

🌈 Hue Variations of #50C878

Hue Variations (shifting the color spectrum)

👁️ Preview

Text on #50C878
This demonstrates text readability on the color background. (Click to edit)
#50C878 as Text
This shows the color used as text on white. (Click to edit)

👓 Color Blindness Simulator

Check how a color is perceived by people with different types of color blindness to create more accessible designs. Understanding color perception helps ensure your content is accessible to everyone.

📋 CSS Code

:root { --color-hex: #50C878; --color-rgb: 80, 200, 120; --color-hsl: 140, 52%, 55%; } .bg-color { background-color: #50C878; } .text-color { color: #50C878; } .border-color { border-color: #50C878; }