COLOR #05C407

HEX: #05C407
RGB: (5,196,7)

Color info

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

RGB color model

#05C407 color RGB value is (5,196,7).

  • red value is 5;
  • green value is 196;
  • blue value is 7.
RGB:
(5,196,7)
(2%,77%,3%)

RGB channels and saturation

R 5 of 255 = 2%
G 196 of 255 = 77%
B 7 of 255 = 3%

5
196
7

R + G + B ~ 27%. #05C407 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 196 + 7 = 208 (100%)
R 5 of 208 ~ 2.4%
G 196 of 208 ~ 94.23%
B 7 of 208 ~ 3.37%

%94.23

CMYK color model

#05C407 color CMYK value is (97,0,96,23).

  • cyan value is 97.45%
  • magenta value is 0.00%
  • yellow value is 96.43%
  • key color value is 23.14%
CMYK:
(97,0,96,23)
C97M0Y96K23 
(97%,0%,96%,23%)
(0.97/0.00/0.96/0.23)	

CMYK percentages

%97.45
%0
%96.43
%23.14

Codes

Color #05C407 in popluar color models

05C407
RGB51967
HSL121°95.02%39.41%
HSB/HSV121°97.45%76.86%
CMYK97.45%0.00%96.43%
23.14%

Color #05C407 in popluar number systems.

HEX05C407
Decimal51967
Binary10111000100111
Octal53047

Shades and tints

Shades of #05C407

#05C407
(5,196,7)
#05B307
(5,179,7)
#05A207
(5,162,7)
#059107
(5,145,7)
#058007
(5,128,7)
#056F07
(5,111,7)
#055E07
(5,94,7)
#054D07
(5,77,7)
#053C07
(5,60,7)
#052B07
(5,43,7)
#051A07
(5,26,7)
#000000
(0,0,0)

Tints of #05C407

#05C407
(5,196,7)
#1BC91D
(27,201,29)
#31CE33
(49,206,51)
#47D349
(71,211,73)
#5DD85F
(93,216,95)
#73DD75
(115,221,117)
#89E28B
(137,226,139)
#9FE7A1
(159,231,161)
#B5ECB7
(181,236,183)
#CBF1CD
(203,241,205)
#E1F6E3
(225,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05C407 color. Also use rgb(5,196,7) instead hex code.

Text Font Color

.myTextColor { color: #05C407; }

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

This text font color is #05C407.


Background Color

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

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

This div background color is #05C407.


Border color

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

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

This div border color is #05C407.


Opacity

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

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

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

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

This text has shadow with #05C407 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05C407 on black background.


Color preview on white background

This text has color #05C407 on white background.



Black color preview on #05C407 background

This text has black color on #05C407 background.


White color preview on #05C407 background

This text has white color on #05C407 background.