COLOR #50FEBD

HEX: #50FEBD
RGB: (80,254,189)

Color info

#50FEBD contains mainly green color. Web safe color of #50FEBD is #66FFCC (or #6FC).

RGB color model

#50FEBD color RGB value is (80,254,189).

  • red value is 80;
  • green value is 254;
  • blue value is 189.
RGB:
(80,254,189)
(31%,100%,74%)

RGB channels and saturation

R 80 of 255 = 31%
G 254 of 255 = 100%
B 189 of 255 = 74%

80
254
189

R + G + B ~ 68%. #50FEBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
80 + 254 + 189 = 523 (100%)
R 80 of 523 ~ 15.3%
G 254 of 523 ~ 48.57%
B 189 of 523 ~ 36.14%

%15.3
%48.57
%36.14

CMYK color model

#50FEBD color CMYK value is (69,0,26,0).

  • cyan value is 68.50%
  • magenta value is 0.00%
  • yellow value is 25.59%
  • key color value is 0.39%
CMYK:
(69,0,26,0)
C69M0Y26K0 
(69%,0%,26%,0%)
(0.69/0.00/0.26/0.00)	

CMYK percentages

%68.5
%0
%25.59
%0.39

Codes

Color #50FEBD in popluar color models

50FEBD
RGB80254189
HSL158°98.86%65.49%
HSB/HSV158°68.50%99.61%
CMYK68.50%0.00%25.59%
0.39%

Color #50FEBD in popluar number systems.

HEX50FEBD
Decimal80254189
Binary10100001111111010111101
Octal120376275

Shades and tints

Shades of #50FEBD

#50FEBD
(80,254,189)
#49E7AC
(73,231,172)
#42D09B
(66,208,155)
#3BB98A
(59,185,138)
#34A279
(52,162,121)
#2D8B68
(45,139,104)
#267457
(38,116,87)
#1F5D46
(31,93,70)
#184635
(24,70,53)
#112F24
(17,47,36)
#0A1813
(10,24,19)
#000000
(0,0,0)

Tints of #50FEBD

#50FEBD
(80,254,189)
#5FFEC3
(95,254,195)
#6EFEC9
(110,254,201)
#7DFECF
(125,254,207)
#8CFED5
(140,254,213)
#9BFEDB
(155,254,219)
#AAFEE1
(170,254,225)
#B9FEE7
(185,254,231)
#C8FEED
(200,254,237)
#D7FEF3
(215,254,243)
#E6FEF9
(230,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50FEBD color. Also use rgb(80,254,189) instead hex code.

Text Font Color

.myTextColor { color: #50FEBD; }

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

This text font color is #50FEBD.


Background Color

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

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

This div background color is #50FEBD.


Border color

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

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

This div border color is #50FEBD.


Opacity

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

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

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

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

This text has shadow with #50FEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50FEBD on black background.


Color preview on white background

This text has color #50FEBD on white background.



Black color preview on #50FEBD background

This text has black color on #50FEBD background.


White color preview on #50FEBD background

This text has white color on #50FEBD background.