#99D97D

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

Shades of Gossip #99D97D

Tints of Gossip #99D97D

Color information

#99D97D (or 0x99D97D) is unknown color: approx Gossip. HEX triplet: 99, D9 and 7D. RGB value is (153,217,125). Sum of RGB (Red+Green+Blue) = 153+217+125=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #99D97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D97D is #662682. Grayscale: #BBBBBB. Windows color (decimal): -6694531 or 8247705. OLE color: 8247705.

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

Color convert

RGB153217125-
CMYK0.2900.420.15
HSL101.74º54.76%67.06%-
HSV(B)101.74º42.4%85.1%-
XYZ41.6557.8828.38-
YUV187.3892.8103.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.91%
GREEN value IS 217 (85.16% from 255) = 43.84%
BLUE value IS 125 (49.22% from 255) = 25.25%
R=30.91%
G=43.84%
B=25.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532171250.2900.420.15101.7454.7667.06
Hex99D97D1D02AF663743
Octal231331175350521714667103
Binary10011001110110011111101111010101010111111001101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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