COLOR #50C85E

HEX: #50C85E RGB: (80,200,94)

Color info

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

RGB color model

#50C85E color RGB value is (80,200,94).

RGB: (80,200,94) (31%, 78%, 37%)

RGB channels and saturation

R 80 of 255 = 31%
G 200 of 255 = 78%
B 94 of 255 = 37%

80
200
94

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

Portions of RGB colors in percentages

R + G + B = 80 + 200 + 94 = 374 (100%)
R 80 of 374 ~ 21.39%
G 200 of 374 ~ 53.48%
B 94 of 374 ~ 25.13'%

%21.39
%53.48
%25.13

CMYK color model

#50C85E color CMYK value is (60,0,53,22).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 53.00%
  • key color value is 21.57%
CMYK: (60,0,53,22) C60M0Y53K22 (60%,0%,53%,22%) (0.60/0.00/0.53/0.22) 

CMYK percentages

%60
%0
%53
%21.57

Codes

Color #50C85E in popluar color models

50 C8 5E
RGB 80 200 94
HSL 127° 52.17% 54.90%
HSB/HSV 127° 60.00% 78.43%
CMYK 60.00% 0.00% 53.00%
21.57%

Color #50C85E in popluar number systems.

HEX 50 C8 5E
Decimal 80 200 94
Binary 1010000 11001000 1011110
Octal 120 310 136

Shades and tints

Shades of #50C85E

#50C85E
(80,200,94)
#49B656
(73,182,86)
#42A44E
(66,164,78)
#3B9246
(59,146,70)
#34803E
(52,128,62)
#2D6E36
(45,110,54)
#265C2E
(38,92,46)
#1F4A26
(31,74,38)
#18381E
(24,56,30)
#112616
(17,38,22)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #50C85E

#50C85E
(80,200,94)
#5FCD6C
(95,205,108)
#6ED27A
(110,210,122)
#7DD788
(125,215,136)
#8CDC96
(140,220,150)
#9BE1A4
(155,225,164)
#AAE6B2
(170,230,178)
#B9EBC0
(185,235,192)
#C8F0CE
(200,240,206)
#D7F5DC
(215,245,220)
#E6FAEA
(230,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50C85E; }

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

This text font color is #50C85E.

Background Color

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

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

This div background color is #50C85E.

Border color

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

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

This div border color is #50C85E.

Opacity

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

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

Text with #50C85E 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 #50C85E;}

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

This text has shadow with #50C85E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50C85E.

Preview

Color preview on black background

This text has color #50C85E on black background.


Color preview on white background

This text has color #50C85E on white background.


Black color preview on #50C85E background

This text has black color on #50C85E background.


White color preview on #50C85E background

This text has white color on #50C85E background.


Related colors

Complementary color

Complementary color for #hex is #AF37A1.


I love getcolorcode.com

Triadic colors

1 #5E50C8 and #C85E50 with #50C85E are triadic colors.

2 #5EC850 and #C8505E with #50C85E are triadic colors.