#96FA79

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

Shades of Light Green #96FA79

Tints of Light Green #96FA79

Color information

#96FA79 (or 0x96FA79) is unknown color: approx Light Green. HEX triplet: 96, FA and 79. RGB value is (150,250,121). Sum of RGB (Red+Green+Blue) = 150+250+121=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FA79 is #690586. Grayscale: #CDCDCD. Windows color (decimal): -6882695 or 7994006. OLE color: 7994006.

HSL color Cylindrical-coordinate representation of color #96FA79: hue angle of 106.51º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96FA79 is Cyan = 0.4, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB150250121-
CMYK0.400.520.02
HSL106.51º92.81%72.75%-
HSV(B)106.51º51.6%98.04%-
XYZ50.2176.2430.16-
YUV205.3980.3788.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.79%
GREEN value IS 250 (98.05% from 255) = 47.98%
BLUE value IS 121 (47.66% from 255) = 23.22%
R=28.79%
G=47.98%
B=23.22%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502501210.400.520.02106.5192.8172.75
Hex96FA792803426b5d49
Octal226372171500642153135111
Binary10010110111110101111001101000011010010110101110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96FA79; }

 p { color: rgb(150,250,121); }

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

<style>
 a { background-color: #96FA79; }

 a { background-color: rgb(150,250,121); }

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

<style>
 span { border-color: #96FA79; }

 span { border-color: rgb(150,250,121); }

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