#96DD68

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

Shades of Gossip #96DD68

Tints of Gossip #96DD68

Color information

#96DD68 (or 0x96DD68) is unknown color: approx Gossip. HEX triplet: 96, DD and 68. RGB value is (150,221,104). Sum of RGB (Red+Green+Blue) = 150+221+104=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DD68 is #692297. Grayscale: #BABABA. Windows color (decimal): -6890136 or 6872470. OLE color: 6872470.

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

Color convert

RGB150221104-
CMYK0.3200.530.13
HSL96.41º63.24%63.73%-
HSV(B)96.41º52.94%86.67%-
XYZ40.9359.222.37-
YUV186.4381.48102.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 221 (86.72% from 255) = 46.53%
BLUE value IS 104 (41.02% from 255) = 21.89%
R=31.58%
G=46.53%
B=21.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502211040.3200.530.1396.4163.2463.73
Hex96DD6820035D603f40
Octal226335150400651514077100
Binary100101101101110111010001000000110101110111000001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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