#05FC8A

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

Shades of Spring Green #05FC8A

Tints of Spring Green #05FC8A

Color information

#05FC8A (or 0x05FC8A) is unknown color: approx Spring Green. HEX triplet: 05, FC and 8A. RGB value is (5,252,138). Sum of RGB (Red+Green+Blue) = 5+252+138=395 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 395); Green value is 252 (98.83% from 255 or 63.80% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 252 - color contains mainly: green. Hex color #05FC8A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05FC8A is #FA0375. Grayscale: #A5A5A5. Windows color (decimal): -16384886 or 9108485. OLE color: 9108485.

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

Color convert

RGB5252138-
CMYK0.9800.450.01
HSL152.31º97.63%50.39%-
HSV(B)152.31º98.02%98.82%-
XYZ39.4671.4935.76-
YUV165.15112.6713.77-

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) = 63.80%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=1.27%
G=63.80%
B=34.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal52521380.9800.450.01152.3197.6350.39
Hex5FC8A6202D1986232
Octal5374212142055123014262
Binary1011111110010001010110001001011011100110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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