COLOR #05C20D

HEX: #05C20D
RGB: (5,194,13)

Color info

#05C20D contains mainly green color. Web safe color of #05C20D is #00CC00 (or #0C0).

RGB color model

#05C20D color RGB value is (5,194,13).

  • red value is 5;
  • green value is 194;
  • blue value is 13.
RGB:
(5,194,13)
(2%,76%,5%)

RGB channels and saturation

R 5 of 255 = 2%
G 194 of 255 = 76%
B 13 of 255 = 5%

5
194
13

R + G + B ~ 28%. #05C20D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 194 + 13 = 212 (100%)
R 5 of 212 ~ 2.36%
G 194 of 212 ~ 91.51%
B 13 of 212 ~ 6.13%

%91.51

CMYK color model

#05C20D color CMYK value is (97,0,93,24).

  • cyan value is 97.42%
  • magenta value is 0.00%
  • yellow value is 93.30%
  • key color value is 23.92%
CMYK:
(97,0,93,24)
C97M0Y93K24 
(97%,0%,93%,24%)
(0.97/0.00/0.93/0.24)	

CMYK percentages

%97.42
%0
%93.3
%23.92

Codes

Color #05C20D in popluar color models

05C20D
RGB519413
HSL123°94.97%39.02%
HSB/HSV123°97.42%76.08%
CMYK97.42%0.00%93.30%
23.92%

Color #05C20D in popluar number systems.

HEX05C20D
Decimal519413
Binary101110000101101
Octal530215

Shades and tints

Shades of #05C20D

#05C20D
(5,194,13)
#05B10C
(5,177,12)
#05A00B
(5,160,11)
#058F0A
(5,143,10)
#057E09
(5,126,9)
#056D08
(5,109,8)
#055C07
(5,92,7)
#054B06
(5,75,6)
#053A05
(5,58,5)
#052904
(5,41,4)
#051803
(5,24,3)
#000000
(0,0,0)

Tints of #05C20D

#05C20D
(5,194,13)
#1BC723
(27,199,35)
#31CC39
(49,204,57)
#47D14F
(71,209,79)
#5DD665
(93,214,101)
#73DB7B
(115,219,123)
#89E091
(137,224,145)
#9FE5A7
(159,229,167)
#B5EABD
(181,234,189)
#CBEFD3
(203,239,211)
#E1F4E9
(225,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05C20D color. Also use rgb(5,194,13) instead hex code.

Text Font Color

.myTextColor { color: #05C20D; }

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

This text font color is #05C20D.


Background Color

.myBgColor { background-color: #05C20D; }

<div style="background-color:#05C20D">Inner text</div>

This div background color is #05C20D.


Border color

.myBorderColor { border: 1px solid #05C20D; }

<div style="border:3px solid #05C20D">Div</div>

This div border color is #05C20D.


Opacity

.myOpacity80 { color: #05C20D; opacity: 0.8; }

<p style="color:#05C20D;opacity:0.8;">80%</p>

Text with #05C20D 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 #05C20D;}

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

This text has shadow with #05C20D color.

.textShadow {text-shadow: 3px 3px 1px #05C20D, 3px 3px 1px red;}

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

This text has shadow with #05C20D primary color and red secondary color.


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

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

This text has shadow with #05C20D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05C20D on black background.


Color preview on white background

This text has color #05C20D on white background.



Black color preview on #05C20D background

This text has black color on #05C20D background.


White color preview on #05C20D background

This text has white color on #05C20D background.