#99DD76

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

Shades of Gossip #99DD76

Tints of Gossip #99DD76

Color information

#99DD76 (or 0x99DD76) is unknown color: approx Gossip. HEX triplet: 99, DD and 76. RGB value is (153,221,118). Sum of RGB (Red+Green+Blue) = 153+221+118=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DD76 is #662289. Grayscale: #BDBDBD. Windows color (decimal): -6693514 or 7789977. OLE color: 7789977.

HSL color Cylindrical-coordinate representation of color #99DD76: hue angle of 99.61º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99DD76 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB153221118-
CMYK0.3100.470.13
HSL99.61º60.23%66.47%-
HSV(B)99.61º46.61%86.67%-
XYZ42.2659.7926.45-
YUV188.9387.97102.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 221 (86.72% from 255) = 44.92%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=31.10%
G=44.92%
B=23.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532211180.3100.470.1399.6160.2366.47
Hex99DD761F02FD643c42
Octal231335166370571514474102
Binary10011001110111011110110111110101111110111001001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DD76; }

 p { color: rgb(153,221,118); }

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

<style>
 a { background-color: #99DD76; }

 a { background-color: rgb(153,221,118); }

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

<style>
 span { border-color: #99DD76; }

 span { border-color: rgb(153,221,118); }

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