#00FC80

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

Shades of Spring Green #00FC80

Tints of Spring Green #00FC80

Color information

#00FC80 (or 0x00FC80) is unknown color: approx Spring Green. HEX triplet: 00, FC and 80. RGB value is (0,252,128). Sum of RGB (Red+Green+Blue) = 0+252+128=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 252 (98.83% from 255 or 66.32% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 252 - color contains mainly: green. Hex color #00FC80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FC80 is #FF037F. Grayscale: #A2A2A2. Windows color (decimal): -16712576 or 8453120. OLE color: 8453120.

HSL color Cylindrical-coordinate representation of color #00FC80: hue angle of 150.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FC80 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB0252128-
CMYK100.490.01
HSL150.48º100%49.41%-
HSV(B)150.48º100%98.82%-
XYZ38.7171.1832.12-
YUV162.52108.5112.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 252 (98.83% from 255) = 66.32%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=0%
G=66.32%
B=33.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal0252128100.490.01150.4810049.41
Hex0FC80640311966431
Octal0374200144061122614461
Binary01111110010000000110010001100011100101101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00FC80; }

 p { color: rgb(0,252,128); }

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

<style>
 a { background-color: #00FC80; }

 a { background-color: rgb(0,252,128); }

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

<style>
 span { border-color: #00FC80; }

 span { border-color: rgb(0,252,128); }

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