COLOR #05BD62

HEX: #05BD62 RGB: (5,189,98)

Color info

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

RGB color model

#05BD62 color RGB value is (5,189,98).

RGB: (5,189,98) (2%, 74%, 38%)

RGB channels and saturation

R 5 of 255 = 2%
G 189 of 255 = 74%
B 98 of 255 = 38%

5
189
98

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

Portions of RGB colors in percentages

R + G + B = 5 + 189 + 98 = 292 (100%)
R 5 of 292 ~ 1.71%
G 189 of 292 ~ 64.73%
B 98 of 292 ~ 33.56'%

%64.73
%33.56

CMYK color model

#05BD62 color CMYK value is (97,0,48,26).

  • cyan value is 97.35%
  • magenta value is 0.00%
  • yellow value is 48.15%
  • key color value is 25.88%

CMYK: (97,0,48,26)
C97M0Y48K26 (97%, 0%, 48%, 26%)
(0.97 / 0.00 / 0.48 / 0.26)

CMYK percentages

%97.35
%0
%48.15
%25.88

Codes

Color #05BD62 in popluar color models

05 BD 62
RGB 5 189 98
HSL 150° 94.85% 38.04%
HSB/HSV 150° 97.35% 74.12%
CMYK 97.35% 0.00% 48.15%
25.88%

Color #05BD62 in popluar number systems.

HEX 05 BD 62
Decimal 5 189 98
Binary 101 10111101 1100010
Octal 5 275 142

Shades and tints

Shades of #05BD62

#05BD62
(5,189,98)
#05AC5A
(5,172,90)
#059B52
(5,155,82)
#058A4A
(5,138,74)
#057942
(5,121,66)
#05683A
(5,104,58)
#055732
(5,87,50)
#05462A
(5,70,42)
#053522
(5,53,34)
#05241A
(5,36,26)
#051312
(5,19,18)
#000000
(0,0,0)

Tints of #05BD62

#05BD62
(5,189,98)
#1BC370
(27,195,112)
#31C97E
(49,201,126)
#47CF8C
(71,207,140)
#5DD59A
(93,213,154)
#73DBA8
(115,219,168)
#89E1B6
(137,225,182)
#9FE7C4
(159,231,196)
#B5EDD2
(181,237,210)
#CBF3E0
(203,243,224)
#E1F9EE
(225,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05BD62 color. Also use rgb(5,189,98) instead hex code.

Text Font Color

.myTextColor { color: #05BD62; }

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

This text font color is #05BD62.

Background Color

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

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

This div background color is #05BD62.

Border color

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

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

This div border color is #05BD62.

Opacity

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

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

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

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

This text has shadow with #05BD62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #05BD62.

Preview

Color preview on black background

This text has color #05BD62 on black background.


Color preview on white background

This text has color #05BD62 on white background.


Black color preview on #05BD62 background

This text has black color on #05BD62 background.


White color preview on #05BD62 background

This text has white color on #05BD62 background.


Related colors

Complementary color

Complementary color for #hex is #FA429D.


I love getcolorcode.com

Triadic colors

1 #6205BD and #BD6205 with #05BD62 are triadic colors.

2 #62BD05 and #BD0562 with #05BD62 are triadic colors.