COLOR #05FDA5

HEX: #05FDA5
RGB: (5,253,165)

Color info

#05FDA5 contains mainly green color. Web safe color of #05FDA5 is #00FF99 (or #0F9).

RGB color model

#05FDA5 color RGB value is (5,253,165).

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

RGB channels and saturation

R 5 of 255 = 2%
G 253 of 255 = 99%
B 165 of 255 = 65%

5
253
165

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

Portions of RGB colors in percentages

R + G + B =
5 + 253 + 165 = 423 (100%)
R 5 of 423 ~ 1.18%
G 253 of 423 ~ 59.81%
B 165 of 423 ~ 39.01%

%59.81
%39.01

CMYK color model

#05FDA5 color CMYK value is (98,0,35,1).

  • cyan value is 98.02%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 0.78%
CMYK:
(98,0,35,1)
C98M0Y35K1 
(98%,0%,35%,1%)
(0.98/0.00/0.35/0.01)	

CMYK percentages

%98.02
%0
%34.78
%0.78

Codes

Color #05FDA5 in popluar color models

05FDA5
RGB5253165
HSL159°98.41%50.59%
HSB/HSV159°98.02%99.22%
CMYK98.02%0.00%34.78%
0.78%

Color #05FDA5 in popluar number systems.

HEX05FDA5
Decimal5253165
Binary1011111110110100101
Octal5375245

Shades and tints

Shades of #05FDA5

#05FDA5
(5,253,165)
#05E696
(5,230,150)
#05CF87
(5,207,135)
#05B878
(5,184,120)
#05A169
(5,161,105)
#058A5A
(5,138,90)
#05734B
(5,115,75)
#055C3C
(5,92,60)
#05452D
(5,69,45)
#052E1E
(5,46,30)
#05170F
(5,23,15)
#000000
(0,0,0)

Tints of #05FDA5

#05FDA5
(5,253,165)
#1BFDAD
(27,253,173)
#31FDB5
(49,253,181)
#47FDBD
(71,253,189)
#5DFDC5
(93,253,197)
#73FDCD
(115,253,205)
#89FDD5
(137,253,213)
#9FFDDD
(159,253,221)
#B5FDE5
(181,253,229)
#CBFDED
(203,253,237)
#E1FDF5
(225,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05FDA5; }

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

This text font color is #05FDA5.


Background Color

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

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

This div background color is #05FDA5.


Border color

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

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

This div border color is #05FDA5.


Opacity

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

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

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

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

This text has shadow with #05FDA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05FDA5 on black background.


Color preview on white background

This text has color #05FDA5 on white background.



Black color preview on #05FDA5 background

This text has black color on #05FDA5 background.


White color preview on #05FDA5 background

This text has white color on #05FDA5 background.