COLOR #05C873

HEX: #05C873
RGB: (5,200,115)

Color info

#05C873 contains mainly green color. Web safe color of #05C873 is #00CC66 (or #0C6).

RGB color model

#05C873 color RGB value is (5,200,115).

  • red value is 5;
  • green value is 200;
  • blue value is 115.
RGB:
(5,200,115)
(2%,78%,45%)

RGB channels and saturation

R 5 of 255 = 2%
G 200 of 255 = 78%
B 115 of 255 = 45%

5
200
115

R + G + B ~ 42%. #05C873 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
5 + 200 + 115 = 320 (100%)
R 5 of 320 ~ 1.56%
G 200 of 320 ~ 62.5%
B 115 of 320 ~ 35.94%

%62.5
%35.94

CMYK color model

#05C873 color CMYK value is (98,0,43,22).

  • cyan value is 97.50%
  • magenta value is 0.00%
  • yellow value is 42.50%
  • key color value is 21.57%
CMYK:
(98,0,43,22)
C98M0Y43K22 
(98%,0%,43%,22%)
(0.98/0.00/0.43/0.22)	

CMYK percentages

%97.5
%0
%42.5
%21.57

Codes

Color #05C873 in popluar color models

05C873
RGB5200115
HSL154°95.12%40.20%
HSB/HSV154°97.50%78.43%
CMYK97.50%0.00%42.50%
21.57%

Color #05C873 in popluar number systems.

HEX05C873
Decimal5200115
Binary101110010001110011
Octal5310163

Shades and tints

Shades of #05C873

#05C873
(5,200,115)
#05B669
(5,182,105)
#05A45F
(5,164,95)
#059255
(5,146,85)
#05804B
(5,128,75)
#056E41
(5,110,65)
#055C37
(5,92,55)
#054A2D
(5,74,45)
#053823
(5,56,35)
#052619
(5,38,25)
#05140F
(5,20,15)
#000000
(0,0,0)

Tints of #05C873

#05C873
(5,200,115)
#1BCD7F
(27,205,127)
#31D28B
(49,210,139)
#47D797
(71,215,151)
#5DDCA3
(93,220,163)
#73E1AF
(115,225,175)
#89E6BB
(137,230,187)
#9FEBC7
(159,235,199)
#B5F0D3
(181,240,211)
#CBF5DF
(203,245,223)
#E1FAEB
(225,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05C873 color. Also use rgb(5,200,115) instead hex code.

Text Font Color

.myTextColor { color: #05C873; }

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

This text font color is #05C873.


Background Color

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

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

This div background color is #05C873.


Border color

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

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

This div border color is #05C873.


Opacity

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

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

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

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

This text has shadow with #05C873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05C873 on black background.


Color preview on white background

This text has color #05C873 on white background.



Black color preview on #05C873 background

This text has black color on #05C873 background.


White color preview on #05C873 background

This text has white color on #05C873 background.