#96DE82

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

Shades of Gossip #96DE82

Tints of Gossip #96DE82

Color information

#96DE82 (or 0x96DE82) is unknown color: approx Gossip. HEX triplet: 96, DE and 82. RGB value is (150,222,130). Sum of RGB (Red+Green+Blue) = 150+222+130=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DE82 is #69217D. Grayscale: #BEBEBE. Windows color (decimal): -6889854 or 8576662. OLE color: 8576662.

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

Color convert

RGB150222130-
CMYK0.3200.410.13
HSL106.96º58.23%69.02%-
HSV(B)106.96º41.44%87.06%-
XYZ42.7360.3430.51-
YUV189.9894.1599.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.88%
GREEN value IS 222 (87.11% from 255) = 44.22%
BLUE value IS 130 (51.17% from 255) = 25.90%
R=29.88%
G=44.22%
B=25.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502221300.3200.410.13106.9658.2369.02
Hex96DE8220029D6b3a45
Octal226336202400511515372105
Binary1001011011011110100000101000000101001110111010111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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