#99D878

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

Shades of Gossip #99D878

Tints of Gossip #99D878

Color information

#99D878 (or 0x99D878) is unknown color: approx Gossip. HEX triplet: 99, D8 and 78. RGB value is (153,216,120). Sum of RGB (Red+Green+Blue) = 153+216+120=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 216 - color contains mainly: green. Hex color #99D878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D878 is #662787. Grayscale: #BABABA. Windows color (decimal): -6694792 or 7919769. OLE color: 7919769.

HSL color Cylindrical-coordinate representation of color #99D878: hue angle of 99.38º degrees, saturation: 0.55, 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 #99D878 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB153216120-
CMYK0.2900.440.15
HSL99.38º55.17%65.88%-
HSV(B)99.38º44.44%84.71%-
XYZ41.0857.2426.65-
YUV186.2290.63104.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.29%
GREEN value IS 216 (84.77% from 255) = 44.17%
BLUE value IS 120 (47.27% from 255) = 24.54%
R=31.29%
G=44.17%
B=24.54%

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
Decimal1532161200.2900.440.1599.3855.1765.88
Hex99D8781D02CF633742
Octal231330170350541714367102
Binary10011001110110001111000111010101100111111000111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,216,120); }

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

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

 a { background-color: rgb(153,216,120); }

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

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

 span { border-color: rgb(153,216,120); }

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