COLOR #50FC7E

HEX: #50FC7E
RGB: (80,252,126)

Color info

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

RGB color model

#50FC7E color RGB value is (80,252,126).

  • red value is 80;
  • green value is 252;
  • blue value is 126.
RGB:
(80,252,126)
(31%,99%,49%)

RGB channels and saturation

R 80 of 255 = 31%
G 252 of 255 = 99%
B 126 of 255 = 49%

80
252
126

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

Portions of RGB colors in percentages

R + G + B =
80 + 252 + 126 = 458 (100%)
R 80 of 458 ~ 17.47%
G 252 of 458 ~ 55.02%
B 126 of 458 ~ 27.51%

%17.47
%55.02
%27.51

CMYK color model

#50FC7E color CMYK value is (68,0,50,1).

  • cyan value is 68.25%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 1.18%
CMYK:
(68,0,50,1)
C68M0Y50K1 
(68%,0%,50%,1%)
(0.68/0.00/0.50/0.01)	

CMYK percentages

%68.25
%0
%50
%1.18

Codes

Color #50FC7E in popluar color models

50FC7E
RGB80252126
HSL136°96.63%65.10%
HSB/HSV136°68.25%98.82%
CMYK68.25%0.00%50.00%
1.18%

Color #50FC7E in popluar number systems.

HEX50FC7E
Decimal80252126
Binary1010000111111001111110
Octal120374176

Shades and tints

Shades of #50FC7E

#50FC7E
(80,252,126)
#49E673
(73,230,115)
#42D068
(66,208,104)
#3BBA5D
(59,186,93)
#34A452
(52,164,82)
#2D8E47
(45,142,71)
#26783C
(38,120,60)
#1F6231
(31,98,49)
#184C26
(24,76,38)
#11361B
(17,54,27)
#0A2010
(10,32,16)
#000000
(0,0,0)

Tints of #50FC7E

#50FC7E
(80,252,126)
#5FFC89
(95,252,137)
#6EFC94
(110,252,148)
#7DFC9F
(125,252,159)
#8CFCAA
(140,252,170)
#9BFCB5
(155,252,181)
#AAFCC0
(170,252,192)
#B9FCCB
(185,252,203)
#C8FCD6
(200,252,214)
#D7FCE1
(215,252,225)
#E6FCEC
(230,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50FC7E color. Also use rgb(80,252,126) instead hex code.

Text Font Color

.myTextColor { color: #50FC7E; }

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

This text font color is #50FC7E.


Background Color

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

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

This div background color is #50FC7E.


Border color

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

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

This div border color is #50FC7E.


Opacity

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

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

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

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

This text has shadow with #50FC7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50FC7E on black background.


Color preview on white background

This text has color #50FC7E on white background.



Black color preview on #50FC7E background

This text has black color on #50FC7E background.


White color preview on #50FC7E background

This text has white color on #50FC7E background.