#05FC6D

Color #05FC6D Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #05FC6D

Tints of Spring Green #05FC6D

Color information

#05FC6D (or 0x05FC6D) is unknown color: approx Spring Green. HEX triplet: 05, FC and 6D. RGB value is (5,252,109). Sum of RGB (Red+Green+Blue) = 5+252+109=366 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 366); Green value is 252 (98.83% from 255 or 68.85% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 252 - color contains mainly: green. Hex color #05FC6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FC6D is #FA0392. Grayscale: #A2A2A2. Windows color (decimal): -16384915 or 7207941. OLE color: 7207941.

HSL color Cylindrical-coordinate representation of color #05FC6D: hue angle of 145.26º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FC6D is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB5252109-
CMYK0.9800.570.01
HSL145.26º97.63%50.39%-
HSV(B)145.26º98.02%98.82%-
XYZ37.6370.7626.14-
YUV161.8498.1716.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.37%
GREEN value IS 252 (98.83% from 255) = 68.85%
BLUE value IS 109 (42.97% from 255) = 29.78%
R=1.37%
G=68.85%
B=29.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal52521090.9800.570.01145.2697.6350.39
Hex5FC6D620391916232
Octal5374155142071122114262
Binary101111111001101101110001001110011100100011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05FC6D; }

 p { color: rgb(5,252,109); }

 H1.HeaderClassName
 {
   color: #05FC6D;
 }
 .AnyTagClassName
 {
   color: #05FC6D;
 }
</style>
background-color css

<style>
 a { background-color: #05FC6D; }

 a { background-color: rgb(5,252,109); }

 div.DivClassName
 {
   background-color: #05FC6D;
 }
 .BgClassName
 {
   background-color: #05FC6D;
 }
</style>
border-color css

<style>
 span { border-color: #05FC6D; }

 span { border-color: rgb(5,252,109); }

 td.TdClassName
 {
   border-color: #05FC6D;
 }
 .TagClassName
 {
   border-color: #05FC6D;
 }
</style>