COLOR #50EE53

HEX: #50EE53
RGB: (80,238,83)

Color info

#50EE53 contains mainly green color. Web safe color of #50EE53 is #66FF66 (or #6F6).

RGB color model

#50EE53 color RGB value is (80,238,83).

  • red value is 80;
  • green value is 238;
  • blue value is 83.
RGB:
(80,238,83)
(31%,93%,33%)

RGB channels and saturation

R 80 of 255 = 31%
G 238 of 255 = 93%
B 83 of 255 = 33%

80
238
83

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

Portions of RGB colors in percentages

R + G + B =
80 + 238 + 83 = 401 (100%)
R 80 of 401 ~ 19.95%
G 238 of 401 ~ 59.35%
B 83 of 401 ~ 20.7%

%19.95
%59.35
%20.7

CMYK color model

#50EE53 color CMYK value is (66,0,65,7).

  • cyan value is 66.39%
  • magenta value is 0.00%
  • yellow value is 65.13%
  • key color value is 6.67%
CMYK:
(66,0,65,7)
C66M0Y65K7 
(66%,0%,65%,7%)
(0.66/0.00/0.65/0.07)	

CMYK percentages

%66.39
%0
%65.13
%6.67

Codes

Color #50EE53 in popluar color models

50EE53
RGB8023883
HSL121°82.29%62.35%
HSB/HSV121°66.39%93.33%
CMYK66.39%0.00%65.13%
6.67%

Color #50EE53 in popluar number systems.

HEX50EE53
Decimal8023883
Binary1010000111011101010011
Octal120356123

Shades and tints

Shades of #50EE53

#50EE53
(80,238,83)
#49D94C
(73,217,76)
#42C445
(66,196,69)
#3BAF3E
(59,175,62)
#349A37
(52,154,55)
#2D8530
(45,133,48)
#267029
(38,112,41)
#1F5B22
(31,91,34)
#18461B
(24,70,27)
#113114
(17,49,20)
#0A1C0D
(10,28,13)
#000000
(0,0,0)

Tints of #50EE53

#50EE53
(80,238,83)
#5FEF62
(95,239,98)
#6EF071
(110,240,113)
#7DF180
(125,241,128)
#8CF28F
(140,242,143)
#9BF39E
(155,243,158)
#AAF4AD
(170,244,173)
#B9F5BC
(185,245,188)
#C8F6CB
(200,246,203)
#D7F7DA
(215,247,218)
#E6F8E9
(230,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50EE53 color. Also use rgb(80,238,83) instead hex code.

Text Font Color

.myTextColor { color: #50EE53; }

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

This text font color is #50EE53.


Background Color

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

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

This div background color is #50EE53.


Border color

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

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

This div border color is #50EE53.


Opacity

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

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

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

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

This text has shadow with #50EE53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50EE53 on black background.


Color preview on white background

This text has color #50EE53 on white background.



Black color preview on #50EE53 background

This text has black color on #50EE53 background.


White color preview on #50EE53 background

This text has white color on #50EE53 background.