COLOR #05D767

HEX: #05D767
RGB: (5,215,103)

Color info

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

RGB color model

#05D767 color RGB value is (5,215,103).

  • red value is 5;
  • green value is 215;
  • blue value is 103.
RGB:
(5,215,103)
(2%,84%,40%)

RGB channels and saturation

R 5 of 255 = 2%
G 215 of 255 = 84%
B 103 of 255 = 40%

5
215
103

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

Portions of RGB colors in percentages

R + G + B =
5 + 215 + 103 = 323 (100%)
R 5 of 323 ~ 1.55%
G 215 of 323 ~ 66.56%
B 103 of 323 ~ 31.89%

%66.56
%31.89

CMYK color model

#05D767 color CMYK value is (98,0,52,16).

  • cyan value is 97.67%
  • magenta value is 0.00%
  • yellow value is 52.09%
  • key color value is 15.69%
CMYK:
(98,0,52,16)
C98M0Y52K16 
(98%,0%,52%,16%)
(0.98/0.00/0.52/0.16)	

CMYK percentages

%97.67
%0
%52.09
%15.69

Codes

Color #05D767 in popluar color models

05D767
RGB5215103
HSL148°95.45%43.14%
HSB/HSV148°97.67%84.31%
CMYK97.67%0.00%52.09%
15.69%

Color #05D767 in popluar number systems.

HEX05D767
Decimal5215103
Binary101110101111100111
Octal5327147

Shades and tints

Shades of #05D767

#05D767
(5,215,103)
#05C45E
(5,196,94)
#05B155
(5,177,85)
#059E4C
(5,158,76)
#058B43
(5,139,67)
#05783A
(5,120,58)
#056531
(5,101,49)
#055228
(5,82,40)
#053F1F
(5,63,31)
#052C16
(5,44,22)
#05190D
(5,25,13)
#000000
(0,0,0)

Tints of #05D767

#05D767
(5,215,103)
#1BDA74
(27,218,116)
#31DD81
(49,221,129)
#47E08E
(71,224,142)
#5DE39B
(93,227,155)
#73E6A8
(115,230,168)
#89E9B5
(137,233,181)
#9FECC2
(159,236,194)
#B5EFCF
(181,239,207)
#CBF2DC
(203,242,220)
#E1F5E9
(225,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05D767 color. Also use rgb(5,215,103) instead hex code.

Text Font Color

.myTextColor { color: #05D767; }

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

This text font color is #05D767.


Background Color

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

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

This div background color is #05D767.


Border color

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

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

This div border color is #05D767.


Opacity

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

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

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

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

This text has shadow with #05D767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05D767 on black background.


Color preview on white background

This text has color #05D767 on white background.



Black color preview on #05D767 background

This text has black color on #05D767 background.


White color preview on #05D767 background

This text has white color on #05D767 background.