#99D97F

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

Shades of Gossip #99D97F

Tints of Gossip #99D97F

Color information

#99D97F (or 0x99D97F) is unknown color: approx Gossip. HEX triplet: 99, D9 and 7F. RGB value is (153,217,127). Sum of RGB (Red+Green+Blue) = 153+217+127=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #99D97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D97F is #662680. Grayscale: #BBBBBB. Windows color (decimal): -6694529 or 8378777. OLE color: 8378777.

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

Color convert

RGB153217127-
CMYK0.2900.410.15
HSL102.67º54.22%67.45%-
HSV(B)102.67º41.47%85.1%-
XYZ41.7857.9329.06-
YUV187.693.8103.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 217 (85.16% from 255) = 43.66%
BLUE value IS 127 (50% from 255) = 25.55%
R=30.78%
G=43.66%
B=25.55%

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
Decimal1532171270.2900.410.15102.6754.2267.45
Hex99D97F1D029F673643
Octal231331177350511714766103
Binary10011001110110011111111111010101001111111001111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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