#96DE7D

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

Shades of Gossip #96DE7D

Tints of Gossip #96DE7D

Color information

#96DE7D (or 0x96DE7D) is unknown color: approx Gossip. HEX triplet: 96, DE and 7D. RGB value is (150,222,125). Sum of RGB (Red+Green+Blue) = 150+222+125=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DE7D is #692182. Grayscale: #BDBDBD. Windows color (decimal): -6889859 or 8248982. OLE color: 8248982.

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

Color convert

RGB150222125-
CMYK0.3200.440.13
HSL104.54º59.51%68.04%-
HSV(B)104.54º43.69%87.06%-
XYZ42.460.2128.79-
YUV189.4191.6599.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 222 (87.11% from 255) = 44.67%
BLUE value IS 125 (49.22% from 255) = 25.15%
R=30.18%
G=44.67%
B=25.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502221250.3200.440.13104.5459.5168.04
Hex96DE7D2002CD693c44
Octal226336175400541515174104
Binary100101101101111011111011000000101100110111010011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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