COLOR #50C18D

HEX: #50C18D
RGB: (80,193,141)

Color info

#50C18D contains mainly green and blue colors. Web safe color of #50C18D is #66CC99 (or #6C9).

RGB color model

#50C18D color RGB value is (80,193,141).

  • red value is 80;
  • green value is 193;
  • blue value is 141.
RGB:
(80,193,141)
(31%,76%,55%)

RGB channels and saturation

R 80 of 255 = 31%
G 193 of 255 = 76%
B 141 of 255 = 55%

80
193
141

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

Portions of RGB colors in percentages

R + G + B =
80 + 193 + 141 = 414 (100%)
R 80 of 414 ~ 19.32%
G 193 of 414 ~ 46.62%
B 141 of 414 ~ 34.06%

%19.32
%46.62
%34.06

CMYK color model

#50C18D color CMYK value is (59,0,27,24).

  • cyan value is 58.55%
  • magenta value is 0.00%
  • yellow value is 26.94%
  • key color value is 24.31%
CMYK:
(59,0,27,24)
C59M0Y27K24 
(59%,0%,27%,24%)
(0.59/0.00/0.27/0.24)	

CMYK percentages

%58.55
%0
%26.94
%24.31

Codes

Color #50C18D in popluar color models

50C18D
RGB80193141
HSL152°47.68%53.53%
HSB/HSV152°58.55%75.69%
CMYK58.55%0.00%26.94%
24.31%

Color #50C18D in popluar number systems.

HEX50C18D
Decimal80193141
Binary10100001100000110001101
Octal120301215

Shades and tints

Shades of #50C18D

#50C18D
(80,193,141)
#49B081
(73,176,129)
#429F75
(66,159,117)
#3B8E69
(59,142,105)
#347D5D
(52,125,93)
#2D6C51
(45,108,81)
#265B45
(38,91,69)
#1F4A39
(31,74,57)
#18392D
(24,57,45)
#112821
(17,40,33)
#0A1715
(10,23,21)
#000000
(0,0,0)

Tints of #50C18D

#50C18D
(80,193,141)
#5FC697
(95,198,151)
#6ECBA1
(110,203,161)
#7DD0AB
(125,208,171)
#8CD5B5
(140,213,181)
#9BDABF
(155,218,191)
#AADFC9
(170,223,201)
#B9E4D3
(185,228,211)
#C8E9DD
(200,233,221)
#D7EEE7
(215,238,231)
#E6F3F1
(230,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50C18D color. Also use rgb(80,193,141) instead hex code.

Text Font Color

.myTextColor { color: #50C18D; }

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

This text font color is #50C18D.


Background Color

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

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

This div background color is #50C18D.


Border color

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

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

This div border color is #50C18D.


Opacity

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

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

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

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

This text has shadow with #50C18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50C18D on black background.


Color preview on white background

This text has color #50C18D on white background.



Black color preview on #50C18D background

This text has black color on #50C18D background.


White color preview on #50C18D background

This text has white color on #50C18D background.