#99D475

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

Shades of Gossip #99D475

Tints of Gossip #99D475

Color information

#99D475 (or 0x99D475) is unknown color: approx Gossip. HEX triplet: 99, D4 and 75. RGB value is (153,212,117). Sum of RGB (Red+Green+Blue) = 153+212+117=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #99D475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D475 is #662B8A. Grayscale: #B7B7B7. Windows color (decimal): -6695819 or 7722137. OLE color: 7722137.

HSL color Cylindrical-coordinate representation of color #99D475: hue angle of 97.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99D475 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB153212117-
CMYK0.2800.450.17
HSL97.26º52.49%64.51%-
HSV(B)97.26º44.81%83.14%-
XYZ39.8955.1425.37-
YUV183.5390.45106.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.74%
GREEN value IS 212 (83.20% from 255) = 43.98%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=31.74%
G=43.98%
B=24.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1532121170.2800.450.1797.2652.4964.51
Hex99D4751C02D11613441
Octal231324165340552114164101
Binary100110011101010011101011110001011011000111000011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,212,117); }

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

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

 a { background-color: rgb(153,212,117); }

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

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

 span { border-color: rgb(153,212,117); }

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