COLOR #05FD4F

HEX: #05FD4F
RGB: (5,253,79)

Color info

#05FD4F contains mainly green color. Web safe color of #05FD4F is #00FF66 (or #0F6).

RGB color model

#05FD4F color RGB value is (5,253,79).

  • red value is 5;
  • green value is 253;
  • blue value is 79.
RGB:
(5,253,79)
(2%,99%,31%)

RGB channels and saturation

R 5 of 255 = 2%
G 253 of 255 = 99%
B 79 of 255 = 31%

5
253
79

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

Portions of RGB colors in percentages

R + G + B =
5 + 253 + 79 = 337 (100%)
R 5 of 337 ~ 1.48%
G 253 of 337 ~ 75.07%
B 79 of 337 ~ 23.44%

%75.07
%23.44

CMYK color model

#05FD4F color CMYK value is (98,0,69,1).

  • cyan value is 98.02%
  • magenta value is 0.00%
  • yellow value is 68.77%
  • key color value is 0.78%
CMYK:
(98,0,69,1)
C98M0Y69K1 
(98%,0%,69%,1%)
(0.98/0.00/0.69/0.01)	

CMYK percentages

%98.02
%0
%68.77
%0.78

Codes

Color #05FD4F in popluar color models

05FD4F
RGB525379
HSL138°98.41%50.59%
HSB/HSV138°98.02%99.22%
CMYK98.02%0.00%68.77%
0.78%

Color #05FD4F in popluar number systems.

HEX05FD4F
Decimal525379
Binary101111111011001111
Octal5375117

Shades and tints

Shades of #05FD4F

#05FD4F
(5,253,79)
#05E648
(5,230,72)
#05CF41
(5,207,65)
#05B83A
(5,184,58)
#05A133
(5,161,51)
#058A2C
(5,138,44)
#057325
(5,115,37)
#055C1E
(5,92,30)
#054517
(5,69,23)
#052E10
(5,46,16)
#051709
(5,23,9)
#000000
(0,0,0)

Tints of #05FD4F

#05FD4F
(5,253,79)
#1BFD5F
(27,253,95)
#31FD6F
(49,253,111)
#47FD7F
(71,253,127)
#5DFD8F
(93,253,143)
#73FD9F
(115,253,159)
#89FDAF
(137,253,175)
#9FFDBF
(159,253,191)
#B5FDCF
(181,253,207)
#CBFDDF
(203,253,223)
#E1FDEF
(225,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05FD4F color. Also use rgb(5,253,79) instead hex code.

Text Font Color

.myTextColor { color: #05FD4F; }

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

This text font color is #05FD4F.


Background Color

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

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

This div background color is #05FD4F.


Border color

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

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

This div border color is #05FD4F.


Opacity

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

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

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

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

This text has shadow with #05FD4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05FD4F on black background.


Color preview on white background

This text has color #05FD4F on white background.



Black color preview on #05FD4F background

This text has black color on #05FD4F background.


White color preview on #05FD4F background

This text has white color on #05FD4F background.