#05FC78

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

Shades of Spring Green #05FC78

Tints of Spring Green #05FC78

Color information

#05FC78 (or 0x05FC78) is unknown color: approx Spring Green. HEX triplet: 05, FC and 78. RGB value is (5,252,120). Sum of RGB (Red+Green+Blue) = 5+252+120=377 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.33% from 377); Green value is 252 (98.83% from 255 or 66.84% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 252 - color contains mainly: green. Hex color #05FC78 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FC78 is #FA0387. Grayscale: #A3A3A3. Windows color (decimal): -16384904 or 7928837. OLE color: 7928837.

HSL color Cylindrical-coordinate representation of color #05FC78: hue angle of 147.94º 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 #05FC78 is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB5252120-
CMYK0.9800.520.01
HSL147.94º97.63%50.39%-
HSV(B)147.94º98.02%98.82%-
XYZ38.2671.0129.46-
YUV163.1103.6715.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.33%
GREEN value IS 252 (98.83% from 255) = 66.84%
BLUE value IS 120 (47.27% from 255) = 31.83%
R=1.33%
G=66.84%
B=31.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal52521200.9800.520.01147.9497.6350.39
Hex5FC78620341946232
Octal5374170142064122414262
Binary101111111001111000110001001101001100101001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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