#96DE79

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

Shades of Gossip #96DE79

Tints of Gossip #96DE79

Color information

#96DE79 (or 0x96DE79) is unknown color: approx Gossip. HEX triplet: 96, DE and 79. RGB value is (150,222,121). Sum of RGB (Red+Green+Blue) = 150+222+121=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DE79 is #692186. Grayscale: #BDBDBD. Windows color (decimal): -6889863 or 7986838. OLE color: 7986838.

HSL color Cylindrical-coordinate representation of color #96DE79: hue angle of 102.77º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96DE79 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB150222121-
CMYK0.3200.450.13
HSL102.77º60.48%67.25%-
HSV(B)102.77º45.5%87.06%-
XYZ42.1560.1127.47-
YUV188.9689.65100.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.43%
GREEN value IS 222 (87.11% from 255) = 45.03%
BLUE value IS 121 (47.66% from 255) = 24.54%
R=30.43%
G=45.03%
B=24.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502221210.3200.450.13102.7760.4867.25
Hex96DE792002DD673c43
Octal226336171400551514774103
Binary100101101101111011110011000000101101110111001111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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