#99D981

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

Shades of Gossip #99D981

Tints of Gossip #99D981

Color information

#99D981 (or 0x99D981) is unknown color: approx Gossip. HEX triplet: 99, D9 and 81. RGB value is (153,217,129). Sum of RGB (Red+Green+Blue) = 153+217+129=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #99D981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D981 is #66267E. Grayscale: #BCBCBC. Windows color (decimal): -6694527 or 8509849. OLE color: 8509849.

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

Color convert

RGB153217129-
CMYK0.2900.410.15
HSL103.64º53.66%67.84%-
HSV(B)103.64º40.55%85.1%-
XYZ41.9157.9829.75-
YUV187.8394.8103.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.66%
GREEN value IS 217 (85.16% from 255) = 43.49%
BLUE value IS 129 (50.78% from 255) = 25.85%
R=30.66%
G=43.49%
B=25.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532171290.2900.410.15103.6453.6667.84
Hex99D9811D029F683644
Octal231331201350511715066104
Binary100110011101100110000001111010101001111111010001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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