#96DF80

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

Shades of Gossip #96DF80

Tints of Gossip #96DF80

Color information

#96DF80 (or 0x96DF80) is unknown color: approx Gossip. HEX triplet: 96, DF and 80. RGB value is (150,223,128). Sum of RGB (Red+Green+Blue) = 150+223+128=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DF80 is #69207F. Grayscale: #BEBEBE. Windows color (decimal): -6889600 or 8445846. OLE color: 8445846.

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

Color convert

RGB150223128-
CMYK0.3300.430.13
HSL106.11º59.75%68.82%-
HSV(B)106.11º42.6%87.45%-
XYZ42.8660.8229.9-
YUV190.3492.8299.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.94%
GREEN value IS 223 (87.5% from 255) = 44.51%
BLUE value IS 128 (50.39% from 255) = 25.55%
R=29.94%
G=44.51%
B=25.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502231280.3300.430.13106.1159.7568.82
Hex96DF802102BD6a3c45
Octal226337200410531515274105
Binary1001011011011111100000001000010101011110111010101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,223,128); }

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

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

 a { background-color: rgb(150,223,128); }

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

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

 span { border-color: rgb(150,223,128); }

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