#99FC70

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

Shades of Light Green #99FC70

Tints of Light Green #99FC70

Color information

#99FC70 (or 0x99FC70) is unknown color: approx Light Green. HEX triplet: 99, FC and 70. RGB value is (153,252,112). Sum of RGB (Red+Green+Blue) = 153+252+112=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #99FC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99FC70 is #66038F. Grayscale: #CECECE. Windows color (decimal): -6685584 or 7404697. OLE color: 7404697.

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

Color convert

RGB153252112-
CMYK0.3900.560.01
HSL102.43º95.89%71.37%-
HSV(B)102.43º55.56%98.82%-
XYZ50.8777.5627.62-
YUV206.4474.789.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.59%
GREEN value IS 252 (98.83% from 255) = 48.74%
BLUE value IS 112 (44.14% from 255) = 21.66%
R=29.59%
G=48.74%
B=21.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1532521120.3900.560.01102.4395.8971.37
Hex99FC70270381666047
Octal231374160470701146140107
Binary1001100111111100111000010011101110001110011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99FC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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