#96DD64

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

Shades of Gossip #96DD64

Tints of Gossip #96DD64

Color information

#96DD64 (or 0x96DD64) is unknown color: approx Gossip. HEX triplet: 96, DD and 64. RGB value is (150,221,100). Sum of RGB (Red+Green+Blue) = 150+221+100=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DD64 is #69229B. Grayscale: #BABABA. Windows color (decimal): -6890140 or 6610326. OLE color: 6610326.

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

Color convert

RGB150221100-
CMYK0.3200.550.13
HSL95.21º64.02%62.94%-
HSV(B)95.21º54.75%86.67%-
XYZ40.7359.1221.32-
YUV185.9879.48102.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.85%
GREEN value IS 221 (86.72% from 255) = 46.92%
BLUE value IS 100 (39.45% from 255) = 21.23%
R=31.85%
G=46.92%
B=21.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502211000.3200.550.1395.2164.0262.94
Hex96DD6420037D5f403f
Octal226335144400671513710077
Binary100101101101110111001001000000110111110110111111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,221,100); }

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

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

 a { background-color: rgb(150,221,100); }

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

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

 span { border-color: rgb(150,221,100); }

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