#96DD72

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

Shades of Gossip #96DD72

Tints of Gossip #96DD72

Color information

#96DD72 (or 0x96DD72) is unknown color: approx Gossip. HEX triplet: 96, DD and 72. RGB value is (150,221,114). Sum of RGB (Red+Green+Blue) = 150+221+114=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DD72 is #69228D. Grayscale: #BBBBBB. Windows color (decimal): -6890126 or 7527830. OLE color: 7527830.

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

Color convert

RGB150221114-
CMYK0.3200.480.13
HSL99.81º61.14%65.69%-
HSV(B)99.81º48.42%86.67%-
XYZ41.4759.4125.2-
YUV187.5786.48101.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.93%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 114 (44.92% from 255) = 23.51%
R=30.93%
G=45.57%
B=23.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1502211140.3200.480.1399.8161.1465.69
Hex96DD7220030D643d42
Octal226335162400601514475102
Binary100101101101110111100101000000110000110111001001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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