COLOR #50FCA9

HEX: #50FCA9
RGB: (80,252,169)

Color info

#50FCA9 contains mainly green color. Web safe color of #50FCA9 is #66FF99 (or #6F9).

RGB color model

#50FCA9 color RGB value is (80,252,169).

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

RGB channels and saturation

R 80 of 255 = 31%
G 252 of 255 = 99%
B 169 of 255 = 66%

80
252
169

R + G + B ~ 65%. #50FCA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
80 + 252 + 169 = 501 (100%)
R 80 of 501 ~ 15.97%
G 252 of 501 ~ 50.3%
B 169 of 501 ~ 33.73%

%15.97
%50.3
%33.73

CMYK color model

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

  • cyan value is 68.25%
  • magenta value is 0.00%
  • yellow value is 32.94%
  • key color value is 1.18%
CMYK:
(68,0,33,1)
C68M0Y33K1 
(68%,0%,33%,1%)
(0.68/0.00/0.33/0.01)	

CMYK percentages

%68.25
%0
%32.94
%1.18

Codes

Color #50FCA9 in popluar color models

50FCA9
RGB80252169
HSL151°96.63%65.10%
HSB/HSV151°68.25%98.82%
CMYK68.25%0.00%32.94%
1.18%

Color #50FCA9 in popluar number systems.

HEX50FCA9
Decimal80252169
Binary10100001111110010101001
Octal120374251

Shades and tints

Shades of #50FCA9

#50FCA9
(80,252,169)
#49E69A
(73,230,154)
#42D08B
(66,208,139)
#3BBA7C
(59,186,124)
#34A46D
(52,164,109)
#2D8E5E
(45,142,94)
#26784F
(38,120,79)
#1F6240
(31,98,64)
#184C31
(24,76,49)
#113622
(17,54,34)
#0A2013
(10,32,19)
#000000
(0,0,0)

Tints of #50FCA9

#50FCA9
(80,252,169)
#5FFCB0
(95,252,176)
#6EFCB7
(110,252,183)
#7DFCBE
(125,252,190)
#8CFCC5
(140,252,197)
#9BFCCC
(155,252,204)
#AAFCD3
(170,252,211)
#B9FCDA
(185,252,218)
#C8FCE1
(200,252,225)
#D7FCE8
(215,252,232)
#E6FCEF
(230,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50FCA9; }

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

This text font color is #50FCA9.


Background Color

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

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

This div background color is #50FCA9.


Border color

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

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

This div border color is #50FCA9.


Opacity

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

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

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

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

This text has shadow with #50FCA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50FCA9 on black background.


Color preview on white background

This text has color #50FCA9 on white background.



Black color preview on #50FCA9 background

This text has black color on #50FCA9 background.


White color preview on #50FCA9 background

This text has white color on #50FCA9 background.