COLOR #50C878

HEX: #50C878
RGB: (80,200,120)

Color info

#50C878 contains mainly green color. Web safe color of #50C878 is #66CC66 (or #6C6).

RGB color model

#50C878 color RGB value is (80,200,120).

  • red value is 80;
  • green value is 200;
  • blue value is 120.
RGB:
(80,200,120)
(31%,78%,47%)

RGB channels and saturation

R 80 of 255 = 31%
G 200 of 255 = 78%
B 120 of 255 = 47%

80
200
120

R + G + B ~ 52%. #50C878 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 200 + 120 = 400 (100%)
R 80 of 400 ~ 20%
G 200 of 400 ~ 50%
B 120 of 400 ~ 30%

%20
%50
%30

CMYK color model

#50C878 color CMYK value is (60,0,40,22).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 21.57%
CMYK:
(60,0,40,22)
C60M0Y40K22 
(60%,0%,40%,22%)
(0.60/0.00/0.40/0.22)	

CMYK percentages

%60
%0
%40
%21.57

Codes

Color #50C878 in popluar color models

50C878
RGB80200120
HSL140°52.17%54.90%
HSB/HSV140°60.00%78.43%
CMYK60.00%0.00%40.00%
21.57%

Color #50C878 in popluar number systems.

HEX50C878
Decimal80200120
Binary1010000110010001111000
Octal120310170

Shades and tints

Shades of #50C878

#50C878
(80,200,120)
#49B66E
(73,182,110)
#42A464
(66,164,100)
#3B925A
(59,146,90)
#348050
(52,128,80)
#2D6E46
(45,110,70)
#265C3C
(38,92,60)
#1F4A32
(31,74,50)
#183828
(24,56,40)
#11261E
(17,38,30)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #50C878

#50C878
(80,200,120)
#5FCD84
(95,205,132)
#6ED290
(110,210,144)
#7DD79C
(125,215,156)
#8CDCA8
(140,220,168)
#9BE1B4
(155,225,180)
#AAE6C0
(170,230,192)
#B9EBCC
(185,235,204)
#C8F0D8
(200,240,216)
#D7F5E4
(215,245,228)
#E6FAF0
(230,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50C878 color. Also use rgb(80,200,120) instead hex code.

Text Font Color

.myTextColor { color: #50C878; }

<p style="color:#50C878">This sample text font color is #50C878.</p>

This text font color is #50C878.


Background Color

.myBgColor { background-color: #50C878; }

<div style="background-color:#50C878">Inner text</div>

This div background color is #50C878.


Border color

.myBorderColor { border: 1px solid #50C878; }

<div style="border:3px solid #50C878">Div</div>

This div border color is #50C878.


Opacity

.myOpacity80 { color: #50C878; opacity: 0.8; }

<p style="color:#50C878;opacity:0.8;">80%</p>

Text with #50C878 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #50C878;}

<p style="text-shadow: 3px 3px 1px #50C878">Text here.</p>

This text has shadow with #50C878 color.

.textShadow {text-shadow: 3px 3px 1px #50C878, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #50C878, 5px 5px 20px red">Text here.</p>

This text has shadow with #50C878 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50C878, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#50C878, Direction=45, Strength=4)">Text</p>

This text has shadow with #50C878 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #50C878;
  -webkit-box-shadow:	1px 1px 3px 2px #50C878;
  box-shadow:		1px 1px 3px 2px #50C878;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50C878;
-webkit-box-shadow: 1px 1px 3px 2px #50C878;
box-shadow:1px 1px 3px 2px #50C878;">
Div content here</div>
This div box has shadow with color #50C878.

Preview

Color preview on black background

This text has color #50C878 on black background.


Color preview on white background

This text has color #50C878 on white background.



Black color preview on #50C878 background

This text has black color on #50C878 background.


White color preview on #50C878 background

This text has white color on #50C878 background.