COLOR #50A201

HEX: #50A201
RGB: (80,162,1)

Color info

#50A201 contains mainly green color. Web safe color of #50A201 is #669900 (or #690).

RGB color model

#50A201 color RGB value is (80,162,1).

  • red value is 80;
  • green value is 162;
  • blue value is 1.
RGB:
(80,162,1)
(31%,64%,0%)

RGB channels and saturation

R 80 of 255 = 31%
G 162 of 255 = 64%
B 1 of 255 = 0%

80
162
1

R + G + B ~ 32%. #50A201 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 162 + 1 = 243 (100%)
R 80 of 243 ~ 32.92%
G 162 of 243 ~ 66.67%
B 1 of 243 ~ 0.41%

%32.92
%66.67

CMYK color model

#50A201 color CMYK value is (51,0,99,36).

  • cyan value is 50.62%
  • magenta value is 0.00%
  • yellow value is 99.38%
  • key color value is 36.47%
CMYK:
(51,0,99,36)
C51M0Y99K36 
(51%,0%,99%,36%)
(0.51/0.00/0.99/0.36)	

CMYK percentages

%50.62
%0
%99.38
%36.47

Codes

Color #50A201 in popluar color models

50A201
RGB801621
HSL91°98.77%31.96%
HSB/HSV91°99.38%63.53%
CMYK50.62%0.00%99.38%
36.47%

Color #50A201 in popluar number systems.

HEX50A201
Decimal801621
Binary1010000101000101
Octal1202421

Shades and tints

Shades of #50A201

#50A201
(80,162,1)
#499401
(73,148,1)
#428601
(66,134,1)
#3B7801
(59,120,1)
#346A01
(52,106,1)
#2D5C01
(45,92,1)
#264E01
(38,78,1)
#1F4001
(31,64,1)
#183201
(24,50,1)
#112401
(17,36,1)
#0A1601
(10,22,1)
#000000
(0,0,0)

Tints of #50A201

#50A201
(80,162,1)
#5FAA18
(95,170,24)
#6EB22F
(110,178,47)
#7DBA46
(125,186,70)
#8CC25D
(140,194,93)
#9BCA74
(155,202,116)
#AAD28B
(170,210,139)
#B9DAA2
(185,218,162)
#C8E2B9
(200,226,185)
#D7EAD0
(215,234,208)
#E6F2E7
(230,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50A201 color. Also use rgb(80,162,1) instead hex code.

Text Font Color

.myTextColor { color: #50A201; }

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

This text font color is #50A201.


Background Color

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

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

This div background color is #50A201.


Border color

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

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

This div border color is #50A201.


Opacity

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

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

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

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

This text has shadow with #50A201 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50A201 on black background.


Color preview on white background

This text has color #50A201 on white background.



Black color preview on #50A201 background

This text has black color on #50A201 background.


White color preview on #50A201 background

This text has white color on #50A201 background.