COLOR #50EB28

HEX: #50EB28
RGB: (80,235,40)

Color info

#50EB28 contains mainly green color. Web safe color of #50EB28 is #66FF33 (or #6F3).

RGB color model

#50EB28 color RGB value is (80,235,40).

  • red value is 80;
  • green value is 235;
  • blue value is 40.
RGB:
(80,235,40)
(31%,92%,16%)

RGB channels and saturation

R 80 of 255 = 31%
G 235 of 255 = 92%
B 40 of 255 = 16%

80
235
40

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

Portions of RGB colors in percentages

R + G + B =
80 + 235 + 40 = 355 (100%)
R 80 of 355 ~ 22.54%
G 235 of 355 ~ 66.2%
B 40 of 355 ~ 11.27%

%22.54
%66.2
%11.27

CMYK color model

#50EB28 color CMYK value is (66,0,83,8).

  • cyan value is 65.96%
  • magenta value is 0.00%
  • yellow value is 82.98%
  • key color value is 7.84%
CMYK:
(66,0,83,8)
C66M0Y83K8 
(66%,0%,83%,8%)
(0.66/0.00/0.83/0.08)	

CMYK percentages

%65.96
%0
%82.98
%7.84

Codes

Color #50EB28 in popluar color models

50EB28
RGB8023540
HSL108°82.98%53.92%
HSB/HSV108°82.98%92.16%
CMYK65.96%0.00%82.98%
7.84%

Color #50EB28 in popluar number systems.

HEX50EB28
Decimal8023540
Binary101000011101011101000
Octal12035350

Shades and tints

Shades of #50EB28

#50EB28
(80,235,40)
#49D625
(73,214,37)
#42C122
(66,193,34)
#3BAC1F
(59,172,31)
#34971C
(52,151,28)
#2D8219
(45,130,25)
#266D16
(38,109,22)
#1F5813
(31,88,19)
#184310
(24,67,16)
#112E0D
(17,46,13)
#0A190A
(10,25,10)
#000000
(0,0,0)

Tints of #50EB28

#50EB28
(80,235,40)
#5FEC3B
(95,236,59)
#6EED4E
(110,237,78)
#7DEE61
(125,238,97)
#8CEF74
(140,239,116)
#9BF087
(155,240,135)
#AAF19A
(170,241,154)
#B9F2AD
(185,242,173)
#C8F3C0
(200,243,192)
#D7F4D3
(215,244,211)
#E6F5E6
(230,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50EB28 color. Also use rgb(80,235,40) instead hex code.

Text Font Color

.myTextColor { color: #50EB28; }

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

This text font color is #50EB28.


Background Color

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

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

This div background color is #50EB28.


Border color

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

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

This div border color is #50EB28.


Opacity

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

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

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

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

This text has shadow with #50EB28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50EB28 on black background.


Color preview on white background

This text has color #50EB28 on white background.



Black color preview on #50EB28 background

This text has black color on #50EB28 background.


White color preview on #50EB28 background

This text has white color on #50EB28 background.