COLOR #50C05A

HEX: #50C05A
RGB: (80,192,90)

Color info

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

RGB color model

#50C05A color RGB value is (80,192,90).

  • red value is 80;
  • green value is 192;
  • blue value is 90.
RGB:
(80,192,90)
(31%,75%,35%)

RGB channels and saturation

R 80 of 255 = 31%
G 192 of 255 = 75%
B 90 of 255 = 35%

80
192
90

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

Portions of RGB colors in percentages

R + G + B =
80 + 192 + 90 = 362 (100%)
R 80 of 362 ~ 22.1%
G 192 of 362 ~ 53.04%
B 90 of 362 ~ 24.86%

%22.1
%53.04
%24.86

CMYK color model

#50C05A color CMYK value is (58,0,53,25).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 53.13%
  • key color value is 24.71%
CMYK:
(58,0,53,25)
C58M0Y53K25 
(58%,0%,53%,25%)
(0.58/0.00/0.53/0.25)	

CMYK percentages

%58.33
%0
%53.13
%24.71

Codes

Color #50C05A in popluar color models

50C05A
RGB8019290
HSL125°47.06%53.33%
HSB/HSV125°58.33%75.29%
CMYK58.33%0.00%53.13%
24.71%

Color #50C05A in popluar number systems.

HEX50C05A
Decimal8019290
Binary1010000110000001011010
Octal120300132

Shades and tints

Shades of #50C05A

#50C05A
(80,192,90)
#49AF52
(73,175,82)
#429E4A
(66,158,74)
#3B8D42
(59,141,66)
#347C3A
(52,124,58)
#2D6B32
(45,107,50)
#265A2A
(38,90,42)
#1F4922
(31,73,34)
#18381A
(24,56,26)
#112712
(17,39,18)
#0A160A
(10,22,10)
#000000
(0,0,0)

Tints of #50C05A

#50C05A
(80,192,90)
#5FC569
(95,197,105)
#6ECA78
(110,202,120)
#7DCF87
(125,207,135)
#8CD496
(140,212,150)
#9BD9A5
(155,217,165)
#AADEB4
(170,222,180)
#B9E3C3
(185,227,195)
#C8E8D2
(200,232,210)
#D7EDE1
(215,237,225)
#E6F2F0
(230,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50C05A color. Also use rgb(80,192,90) instead hex code.

Text Font Color

.myTextColor { color: #50C05A; }

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

This text font color is #50C05A.


Background Color

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

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

This div background color is #50C05A.


Border color

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

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

This div border color is #50C05A.


Opacity

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

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

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

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

This text has shadow with #50C05A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50C05A on black background.


Color preview on white background

This text has color #50C05A on white background.



Black color preview on #50C05A background

This text has black color on #50C05A background.


White color preview on #50C05A background

This text has white color on #50C05A background.