COLOR #05B66A

HEX: #05B66A
RGB: (5,182,106)

Color info

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

RGB color model

#05B66A color RGB value is (5,182,106).

  • red value is 5;
  • green value is 182;
  • blue value is 106.
RGB:
(5,182,106)
(2%,71%,42%)

RGB channels and saturation

R 5 of 255 = 2%
G 182 of 255 = 71%
B 106 of 255 = 42%

5
182
106

R + G + B ~ 38%. #05B66A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 182 + 106 = 293 (100%)
R 5 of 293 ~ 1.71%
G 182 of 293 ~ 62.12%
B 106 of 293 ~ 36.18%

%62.12
%36.18

CMYK color model

#05B66A color CMYK value is (97,0,42,29).

  • cyan value is 97.25%
  • magenta value is 0.00%
  • yellow value is 41.76%
  • key color value is 28.63%
CMYK:
(97,0,42,29)
C97M0Y42K29 
(97%,0%,42%,29%)
(0.97/0.00/0.42/0.29)	

CMYK percentages

%97.25
%0
%41.76
%28.63

Codes

Color #05B66A in popluar color models

05B66A
RGB5182106
HSL154°94.65%36.67%
HSB/HSV154°97.25%71.37%
CMYK97.25%0.00%41.76%
28.63%

Color #05B66A in popluar number systems.

HEX05B66A
Decimal5182106
Binary101101101101101010
Octal5266152

Shades and tints

Shades of #05B66A

#05B66A
(5,182,106)
#05A661
(5,166,97)
#059658
(5,150,88)
#05864F
(5,134,79)
#057646
(5,118,70)
#05663D
(5,102,61)
#055634
(5,86,52)
#05462B
(5,70,43)
#053622
(5,54,34)
#052619
(5,38,25)
#051610
(5,22,16)
#000000
(0,0,0)

Tints of #05B66A

#05B66A
(5,182,106)
#1BBC77
(27,188,119)
#31C284
(49,194,132)
#47C891
(71,200,145)
#5DCE9E
(93,206,158)
#73D4AB
(115,212,171)
#89DAB8
(137,218,184)
#9FE0C5
(159,224,197)
#B5E6D2
(181,230,210)
#CBECDF
(203,236,223)
#E1F2EC
(225,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05B66A color. Also use rgb(5,182,106) instead hex code.

Text Font Color

.myTextColor { color: #05B66A; }

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

This text font color is #05B66A.


Background Color

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

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

This div background color is #05B66A.


Border color

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

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

This div border color is #05B66A.


Opacity

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

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

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

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

This text has shadow with #05B66A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05B66A on black background.


Color preview on white background

This text has color #05B66A on white background.



Black color preview on #05B66A background

This text has black color on #05B66A background.


White color preview on #05B66A background

This text has white color on #05B66A background.