COLOR #50E7AD

HEX: #50E7AD
RGB: (80,231,173)

Color info

#50E7AD contains mainly green and blue colors. Web safe color of #50E7AD is #66FF99 (or #6F9).

RGB color model

#50E7AD color RGB value is (80,231,173).

  • red value is 80;
  • green value is 231;
  • blue value is 173.
RGB:
(80,231,173)
(31%,91%,68%)

RGB channels and saturation

R 80 of 255 = 31%
G 231 of 255 = 91%
B 173 of 255 = 68%

80
231
173

R + G + B ~ 63%. #50E7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
80 + 231 + 173 = 484 (100%)
R 80 of 484 ~ 16.53%
G 231 of 484 ~ 47.73%
B 173 of 484 ~ 35.74%

%16.53
%47.73
%35.74

CMYK color model

#50E7AD color CMYK value is (65,0,25,9).

  • cyan value is 65.37%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 9.41%
CMYK:
(65,0,25,9)
C65M0Y25K9 
(65%,0%,25%,9%)
(0.65/0.00/0.25/0.09)	

CMYK percentages

%65.37
%0
%25.11
%9.41

Codes

Color #50E7AD in popluar color models

50E7AD
RGB80231173
HSL157°75.88%60.98%
HSB/HSV157°65.37%90.59%
CMYK65.37%0.00%25.11%
9.41%

Color #50E7AD in popluar number systems.

HEX50E7AD
Decimal80231173
Binary10100001110011110101101
Octal120347255

Shades and tints

Shades of #50E7AD

#50E7AD
(80,231,173)
#49D29E
(73,210,158)
#42BD8F
(66,189,143)
#3BA880
(59,168,128)
#349371
(52,147,113)
#2D7E62
(45,126,98)
#266953
(38,105,83)
#1F5444
(31,84,68)
#183F35
(24,63,53)
#112A26
(17,42,38)
#0A1517
(10,21,23)
#000000
(0,0,0)

Tints of #50E7AD

#50E7AD
(80,231,173)
#5FE9B4
(95,233,180)
#6EEBBB
(110,235,187)
#7DEDC2
(125,237,194)
#8CEFC9
(140,239,201)
#9BF1D0
(155,241,208)
#AAF3D7
(170,243,215)
#B9F5DE
(185,245,222)
#C8F7E5
(200,247,229)
#D7F9EC
(215,249,236)
#E6FBF3
(230,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50E7AD color. Also use rgb(80,231,173) instead hex code.

Text Font Color

.myTextColor { color: #50E7AD; }

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

This text font color is #50E7AD.


Background Color

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

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

This div background color is #50E7AD.


Border color

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

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

This div border color is #50E7AD.


Opacity

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

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

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

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

This text has shadow with #50E7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50E7AD on black background.


Color preview on white background

This text has color #50E7AD on white background.



Black color preview on #50E7AD background

This text has black color on #50E7AD background.


White color preview on #50E7AD background

This text has white color on #50E7AD background.