#99D779

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

Shades of Gossip #99D779

Tints of Gossip #99D779

Color information

#99D779 (or 0x99D779) is unknown color: approx Gossip. HEX triplet: 99, D7 and 79. RGB value is (153,215,121). Sum of RGB (Red+Green+Blue) = 153+215+121=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #99D779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D779 is #662886. Grayscale: #BABABA. Windows color (decimal): -6695047 or 7985049. OLE color: 7985049.

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

Color convert

RGB153215121-
CMYK0.2900.440.16
HSL99.57º54.02%65.88%-
HSV(B)99.57º43.72%84.31%-
XYZ40.8956.7526.89-
YUV185.7591.46104.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.29%
GREEN value IS 215 (84.38% from 255) = 43.97%
BLUE value IS 121 (47.66% from 255) = 24.74%
R=31.29%
G=43.97%
B=24.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532151210.2900.440.1699.5754.0265.88
Hex99D7791D02C10643642
Octal231327171350542014466102
Binary100110011101011111110011110101011001000011001001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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