COLOR #50FA80

HEX: #50FA80
RGB: (80,250,128)

Color info

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

RGB color model

#50FA80 color RGB value is (80,250,128).

  • red value is 80;
  • green value is 250;
  • blue value is 128.
RGB:
(80,250,128)
(31%,98%,50%)

RGB channels and saturation

R 80 of 255 = 31%
G 250 of 255 = 98%
B 128 of 255 = 50%

80
250
128

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

Portions of RGB colors in percentages

R + G + B =
80 + 250 + 128 = 458 (100%)
R 80 of 458 ~ 17.47%
G 250 of 458 ~ 54.59%
B 128 of 458 ~ 27.95%

%17.47
%54.59
%27.95

CMYK color model

#50FA80 color CMYK value is (68,0,49,2).

  • cyan value is 68.00%
  • magenta value is 0.00%
  • yellow value is 48.80%
  • key color value is 1.96%
CMYK:
(68,0,49,2)
C68M0Y49K2 
(68%,0%,49%,2%)
(0.68/0.00/0.49/0.02)	

CMYK percentages

%68
%0
%48.8
%1.96

Codes

Color #50FA80 in popluar color models

50FA80
RGB80250128
HSL137°94.44%64.71%
HSB/HSV137°68.00%98.04%
CMYK68.00%0.00%48.80%
1.96%

Color #50FA80 in popluar number systems.

HEX50FA80
Decimal80250128
Binary10100001111101010000000
Octal120372200

Shades and tints

Shades of #50FA80

#50FA80
(80,250,128)
#49E475
(73,228,117)
#42CE6A
(66,206,106)
#3BB85F
(59,184,95)
#34A254
(52,162,84)
#2D8C49
(45,140,73)
#26763E
(38,118,62)
#1F6033
(31,96,51)
#184A28
(24,74,40)
#11341D
(17,52,29)
#0A1E12
(10,30,18)
#000000
(0,0,0)

Tints of #50FA80

#50FA80
(80,250,128)
#5FFA8B
(95,250,139)
#6EFA96
(110,250,150)
#7DFAA1
(125,250,161)
#8CFAAC
(140,250,172)
#9BFAB7
(155,250,183)
#AAFAC2
(170,250,194)
#B9FACD
(185,250,205)
#C8FAD8
(200,250,216)
#D7FAE3
(215,250,227)
#E6FAEE
(230,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50FA80 color. Also use rgb(80,250,128) instead hex code.

Text Font Color

.myTextColor { color: #50FA80; }

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

This text font color is #50FA80.


Background Color

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

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

This div background color is #50FA80.


Border color

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

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

This div border color is #50FA80.


Opacity

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

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

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

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

This text has shadow with #50FA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50FA80 on black background.


Color preview on white background

This text has color #50FA80 on white background.



Black color preview on #50FA80 background

This text has black color on #50FA80 background.


White color preview on #50FA80 background

This text has white color on #50FA80 background.