COLOR #05BA06

HEX: #05BA06 RGB: (5,186,6)

Color info

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

RGB color model

#05BA06 color RGB value is (5,186,6).

RGB: (5,186,6) (2%, 73%, 2%)

RGB channels and saturation

R 5 of 255 = 2%
G 186 of 255 = 73%
B 6 of 255 = 2%

5
186
6

R + G + B ~ 26%. #05BA06 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 186 + 6 = 197 (100%)
R 5 of 197 ~ 2.54%
G 186 of 197 ~ 94.42%
B 6 of 197 ~ 3.05'%

%94.42

CMYK color model

#05BA06 color CMYK value is (97,0,97,27).

  • cyan value is 97.31%
  • magenta value is 0.00%
  • yellow value is 96.77%
  • key color value is 27.06%

CMYK: (97,0,97,27)
C97M0Y97K27 (97%, 0%, 97%, 27%)
(0.97 / 0.00 / 0.97 / 0.27)

CMYK percentages

%97.31
%0
%96.77
%27.06

Codes

Color #05BA06 in popluar color models

05 BA 06
RGB 5 186 6
HSL 120° 94.76% 37.45%
HSB/HSV 120° 97.31% 72.94%
CMYK 97.31% 0.00% 96.77%
27.06%

Color #05BA06 in popluar number systems.

HEX 05 BA 06
Decimal 5 186 6
Binary 101 10111010 110
Octal 5 272 6

Shades and tints

Shades of #05BA06

#05BA06
(5,186,6)
#05AA06
(5,170,6)
#059A06
(5,154,6)
#058A06
(5,138,6)
#057A06
(5,122,6)
#056A06
(5,106,6)
#055A06
(5,90,6)
#054A06
(5,74,6)
#053A06
(5,58,6)
#052A06
(5,42,6)
#051A06
(5,26,6)
#000000
(0,0,0)

Tints of #05BA06

#05BA06
(5,186,6)
#1BC01C
(27,192,28)
#31C632
(49,198,50)
#47CC48
(71,204,72)
#5DD25E
(93,210,94)
#73D874
(115,216,116)
#89DE8A
(137,222,138)
#9FE4A0
(159,228,160)
#B5EAB6
(181,234,182)
#CBF0CC
(203,240,204)
#E1F6E2
(225,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05BA06 color. Also use rgb(5,186,6) instead hex code.

Text Font Color

.myTextColor { color: #05BA06; }

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

This text font color is #05BA06.

Background Color

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

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

This div background color is #05BA06.

Border color

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

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

This div border color is #05BA06.

Opacity

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

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

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

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

This text has shadow with #05BA06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05BA06.

Preview

Color preview on black background

This text has color #05BA06 on black background.


Color preview on white background

This text has color #05BA06 on white background.


Black color preview on #05BA06 background

This text has black color on #05BA06 background.


White color preview on #05BA06 background

This text has white color on #05BA06 background.


Related colors

Complementary color

Complementary color for #hex is #FA45F9.


I love getcolorcode.com

Triadic colors

1 #0605BA and #BA0605 with #05BA06 are triadic colors.

2 #06BA05 and #BA0506 with #05BA06 are triadic colors.