#99F480

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

Shades of Light Green #99F480

Tints of Light Green #99F480

Color information

#99F480 (or 0x99F480) is unknown color: approx Light Green. HEX triplet: 99, F4 and 80. RGB value is (153,244,128). Sum of RGB (Red+Green+Blue) = 153+244+128=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #99F480 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99F480 is #660B7F. Grayscale: #CBCBCB. Windows color (decimal): -6687616 or 8451225. OLE color: 8451225.

HSL color Cylindrical-coordinate representation of color #99F480: hue angle of 107.07º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99F480 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB153244128-
CMYK0.3700.480.04
HSL107.07º84.06%72.94%-
HSV(B)107.07º47.54%95.69%-
XYZ49.3873.0331.92-
YUV203.5785.3591.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.14%
GREEN value IS 244 (95.70% from 255) = 46.48%
BLUE value IS 128 (50.39% from 255) = 24.38%
R=29.14%
G=46.48%
B=24.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1532441280.3700.480.04107.0784.0672.94
Hex99F4802503046b5449
Octal231364200450604153124111
Binary1001100111110100100000001001010110000100110101110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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