#99D979

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

Shades of Gossip #99D979

Tints of Gossip #99D979

Color information

#99D979 (or 0x99D979) is unknown color: approx Gossip. HEX triplet: 99, D9 and 79. RGB value is (153,217,121). Sum of RGB (Red+Green+Blue) = 153+217+121=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #99D979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D979 is #662686. Grayscale: #BBBBBB. Windows color (decimal): -6694535 or 7985561. OLE color: 7985561.

HSL color Cylindrical-coordinate representation of color #99D979: hue angle of 100º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99D979 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB153217121-
CMYK0.2900.440.15
HSL100º55.81%66.27%-
HSV(B)100º44.24%85.1%-
XYZ41.457.7827.06-
YUV186.9290.8103.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.16%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 121 (47.66% from 255) = 24.64%
R=31.16%
G=44.20%
B=24.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532171210.2900.440.1510055.8166.27
Hex99D9791D02CF643842
Octal231331171350541714470102
Binary10011001110110011111001111010101100111111001001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,217,121); }

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

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

 a { background-color: rgb(153,217,121); }

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

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

 span { border-color: rgb(153,217,121); }

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