What is hex #50C878 color?

 
The hex code #50C878 is also know by an other name that is Emerald.
This color is composed of 80% red, 200% green and 120% blue. So we can say that the RGB value is (80,200,120)
You need to use it for a printer? The CMYK colors code equivalent of hex #50C878 is C:60 M:0 Y:40, K:22) .
In the HSV/HSB scale, #50C878 has a hue of 140°, 60% saturation and a brightness value of 78%.
If you want to know all about the hex #50C878, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #50C878 (complementary, analogous, triadic, tetradic...).

Hex #50C878 Color Codes & Equivalents

Color Name [Emerald]
RGB Values (80,200,120)
CMYK Values (60%, 0%, 40%, 22%)
HSV/HSB Values (140°, 60%, 78%)
Closest Web Safe
#66CC66
Inverse Color
#af3787
Closest Pantone®
7723 C
Closest RAL
RAL 6033 [Mint turquoise]
Complementary Color
#c850a0

#50C878 Converted to Grayscale Codes

Average
#858585
Lightness (Desaturation)
#8c8c8c
Weighted (BT601)
#9b9b9b
Luma (BT709)
#a9a9a9

Hex #50C878 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #50C878 is #c850a0. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #50C878 you will find #c850a0. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#50C878 #c850a0

Analogous Palette

The analogous color scheme of #50C878 is composed with colors #64C850 and #50C8B4. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #50C878 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#64C850 #50C878 #50C8B4

Split-Complementary Palette

The split-complementary color scheme of #50C878 is composed with colors #C85064 and #B450C8. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#50C878 #C85064 #B450C8

Triadic Palette

The triadic color scheme of #50C878 is composed with colors #C87850 and #7850C8. They are located to the right and left of your main color #50C878 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#50C878 #C87850 #7850C8

Tetradic Palette

The tetradic color scheme of #50C878 is composed with colors #7850C8, #C850A0 and #A0C850 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#50C878 #7850C8 #C850A0 #A0C850

Square Palette

The square color scheme of #50C878 is composed with colors #5064C8, #C850A0 and #C8B450 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#50C878 #5064C8 #C850A0 #C8B450

Tints, Tones & Shades of Hex #50C878

Tints

Tints are created by adding white, resulting in lighter shades of #50C878.

#50C878 #5FCC83 #6FD18F #7ED69B #8EDBA7 #9DE0B3 #ADE5BF #BCEACB

Tones

Tones are made by mixing with gray, softening the original color.

#50C878 #5BBC7B #66B17F #71A683 #7D9A87 #888F8A #8C8C8C #8C8C8C

Shades

Shades result from adding black, creating darker variations.

#50C878 #40C36C #39B662 #34A65A #2F9651 #2A8749 #257741 #206838

Hex #50C878 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #50C878
Java new Color(80,200,120);
Python Color(#50C878)
.NET Color.FromArgb(255, 80,200,120);
Swift / iOS UIColor(red: 0.31, green: 0.78, blue: 0.47, alpha: 1)
Kotlin / Android Color.rgb(80, 200, 120)