📝 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
🎨 Color Schemes
🔄 Alternatives to #50C878
🌗 Shades and Tints
🎚️ Tones of #50C878
🌈 Hue Variations of #50C878
👁️ Preview
👓 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; }
