#05FC94

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

Shades of Medium Spring Green #05FC94

Tints of Medium Spring Green #05FC94

Color information

#05FC94 (or 0x05FC94) is unknown color: approx Medium Spring Green. HEX triplet: 05, FC and 94. RGB value is (5,252,148). Sum of RGB (Red+Green+Blue) = 5+252+148=405 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 405); Green value is 252 (98.83% from 255 or 62.22% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 252 - color contains mainly: green. Hex color #05FC94 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05FC94 is #FA036B. Grayscale: #A6A6A6. Windows color (decimal): -16384876 or 9763845. OLE color: 9763845.

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

Color convert

RGB5252148-
CMYK0.9800.410.01
HSL154.74º97.63%50.39%-
HSV(B)154.74º98.02%98.82%-
XYZ40.2271.7939.75-
YUV166.29117.6712.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.23%
GREEN value IS 252 (98.83% from 255) = 62.22%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=1.23%
G=62.22%
B=36.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal52521480.9800.410.01154.7497.6350.39
Hex5FC946202919b6232
Octal5374224142051123314262
Binary1011111110010010100110001001010011100110111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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