COLOR #50D308

HEX: #50D308
RGB: (80,211,8)

Color info

#50D308 contains mainly green color. Web safe color of #50D308 is #66CC00 (or #6C0).

RGB color model

#50D308 color RGB value is (80,211,8).

  • red value is 80;
  • green value is 211;
  • blue value is 8.
RGB:
(80,211,8)
(31%,83%,3%)

RGB channels and saturation

R 80 of 255 = 31%
G 211 of 255 = 83%
B 8 of 255 = 3%

80
211
8

R + G + B ~ 39%. #50D308 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 211 + 8 = 299 (100%)
R 80 of 299 ~ 26.76%
G 211 of 299 ~ 70.57%
B 8 of 299 ~ 2.68%

%26.76
%70.57

CMYK color model

#50D308 color CMYK value is (62,0,96,17).

  • cyan value is 62.09%
  • magenta value is 0.00%
  • yellow value is 96.21%
  • key color value is 17.25%
CMYK:
(62,0,96,17)
C62M0Y96K17 
(62%,0%,96%,17%)
(0.62/0.00/0.96/0.17)	

CMYK percentages

%62.09
%0
%96.21
%17.25

Codes

Color #50D308 in popluar color models

50D308
RGB802118
HSL99°92.69%42.94%
HSB/HSV99°96.21%82.75%
CMYK62.09%0.00%96.21%
17.25%

Color #50D308 in popluar number systems.

HEX50D308
Decimal802118
Binary1010000110100111000
Octal12032310

Shades and tints

Shades of #50D308

#50D308
(80,211,8)
#49C008
(73,192,8)
#42AD08
(66,173,8)
#3B9A08
(59,154,8)
#348708
(52,135,8)
#2D7408
(45,116,8)
#266108
(38,97,8)
#1F4E08
(31,78,8)
#183B08
(24,59,8)
#112808
(17,40,8)
#0A1508
(10,21,8)
#000000
(0,0,0)

Tints of #50D308

#50D308
(80,211,8)
#5FD71E
(95,215,30)
#6EDB34
(110,219,52)
#7DDF4A
(125,223,74)
#8CE360
(140,227,96)
#9BE776
(155,231,118)
#AAEB8C
(170,235,140)
#B9EFA2
(185,239,162)
#C8F3B8
(200,243,184)
#D7F7CE
(215,247,206)
#E6FBE4
(230,251,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50D308 color. Also use rgb(80,211,8) instead hex code.

Text Font Color

.myTextColor { color: #50D308; }

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

This text font color is #50D308.


Background Color

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

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

This div background color is #50D308.


Border color

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

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

This div border color is #50D308.


Opacity

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

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

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

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

This text has shadow with #50D308 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50D308 on black background.


Color preview on white background

This text has color #50D308 on white background.



Black color preview on #50D308 background

This text has black color on #50D308 background.


White color preview on #50D308 background

This text has white color on #50D308 background.