#99FC80

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

Shades of Light Green #99FC80

Tints of Light Green #99FC80

Color information

#99FC80 (or 0x99FC80) is unknown color: approx Light Green. HEX triplet: 99, FC and 80. RGB value is (153,252,128). Sum of RGB (Red+Green+Blue) = 153+252+128=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #99FC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99FC80 is #66037F. Grayscale: #D0D0D0. Windows color (decimal): -6685568 or 8453273. OLE color: 8453273.

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

Color convert

RGB153252128-
CMYK0.3900.490.01
HSL107.9º95.38%74.51%-
HSV(B)107.9º49.21%98.82%-
XYZ51.8477.9532.74-
YUV208.2682.788.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.71%
GREEN value IS 252 (98.83% from 255) = 47.28%
BLUE value IS 128 (50.39% from 255) = 24.02%
R=28.71%
G=47.28%
B=24.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532521280.3900.490.01107.995.3874.51
Hex99FC802703116c5f4b
Octal231374200470611154137113
Binary10011001111111001000000010011101100011110110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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