#05FC88

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

Shades of Spring Green #05FC88

Tints of Spring Green #05FC88

Color information

#05FC88 (or 0x05FC88) is unknown color: approx Spring Green. HEX triplet: 05, FC and 88. RGB value is (5,252,136). Sum of RGB (Red+Green+Blue) = 5+252+136=393 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 393); Green value is 252 (98.83% from 255 or 64.12% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 252 - color contains mainly: green. Hex color #05FC88 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05FC88 is #FA0377. Grayscale: #A5A5A5. Windows color (decimal): -16384888 or 8977413. OLE color: 8977413.

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

Color convert

RGB5252136-
CMYK0.9800.460.01
HSL151.82º97.63%50.39%-
HSV(B)151.82º98.02%98.82%-
XYZ39.3271.4335.01-
YUV164.92111.6713.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.27%
GREEN value IS 252 (98.83% from 255) = 64.12%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=1.27%
G=64.12%
B=34.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal52521360.9800.460.01151.8297.6350.39
Hex5FC886202E1986232
Octal5374210142056123014262
Binary1011111110010001000110001001011101100110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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