COLOR #50BC00

HEX: #50BC00
RGB: (80,188,0)

Color info

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

RGB color model

#50BC00 color RGB value is (80,188,0).

  • red value is 80;
  • green value is 188;
  • blue value is 0.
RGB:
(80,188,0)
(31%,74%,0%)

RGB channels and saturation

R 80 of 255 = 31%
G 188 of 255 = 74%
B 0 of 255 = 0%

80
188
0

R + G + B ~ 35%. #50BC00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 188 + 0 = 268 (100%)
R 80 of 268 ~ 29.85%
G 188 of 268 ~ 70.15%
B 0 of 268 ~ 0%

%29.85
%70.15

CMYK color model

#50BC00 color CMYK value is (57,0,100,26).

  • cyan value is 57.45%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 26.27%
CMYK:
(57,0,100,26)
C57M0Y100K26 
(57%,0%,100%,26%)
(0.57/0.00/1.00/0.26)	

CMYK percentages

%57.45
%0
%100
%26.27

Codes

Color #50BC00 in popluar color models

50BC00
RGB801880
HSL94°100.00%36.86%
HSB/HSV94°100.00%73.73%
CMYK57.45%0.00%100.00%
26.27%

Color #50BC00 in popluar number systems.

HEX50BC00
Decimal801880
Binary1010000101111000
Octal1202740

Shades and tints

Shades of #50BC00

#50BC00
(80,188,0)
#49AB00
(73,171,0)
#429A00
(66,154,0)
#3B8900
(59,137,0)
#347800
(52,120,0)
#2D6700
(45,103,0)
#265600
(38,86,0)
#1F4500
(31,69,0)
#183400
(24,52,0)
#112300
(17,35,0)
#0A1200
(10,18,0)
#000000
(0,0,0)

Tints of #50BC00

#50BC00
(80,188,0)
#5FC217
(95,194,23)
#6EC82E
(110,200,46)
#7DCE45
(125,206,69)
#8CD45C
(140,212,92)
#9BDA73
(155,218,115)
#AAE08A
(170,224,138)
#B9E6A1
(185,230,161)
#C8ECB8
(200,236,184)
#D7F2CF
(215,242,207)
#E6F8E6
(230,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50BC00 color. Also use rgb(80,188,0) instead hex code.

Text Font Color

.myTextColor { color: #50BC00; }

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

This text font color is #50BC00.


Background Color

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

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

This div background color is #50BC00.


Border color

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

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

This div border color is #50BC00.


Opacity

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

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

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

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

This text has shadow with #50BC00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50BC00 on black background.


Color preview on white background

This text has color #50BC00 on white background.



Black color preview on #50BC00 background

This text has black color on #50BC00 background.


White color preview on #50BC00 background

This text has white color on #50BC00 background.