#99D472

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

Shades of Gossip #99D472

Tints of Gossip #99D472

Color information

#99D472 (or 0x99D472) is unknown color: approx Gossip. HEX triplet: 99, D4 and 72. RGB value is (153,212,114). Sum of RGB (Red+Green+Blue) = 153+212+114=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #99D472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D472 is #662B8D. Grayscale: #B7B7B7. Windows color (decimal): -6695822 or 7525529. OLE color: 7525529.

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

Color convert

RGB153212114-
CMYK0.2800.460.17
HSL96.12º53.26%63.92%-
HSV(B)96.12º46.23%83.14%-
XYZ39.7255.0724.46-
YUV183.1988.95106.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.94%
GREEN value IS 212 (83.20% from 255) = 44.26%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=31.94%
G=44.26%
B=23.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1532121140.2800.460.1796.1253.2663.92
Hex99D4721C02E11603540
Octal231324162340562114065100
Binary100110011101010011100101110001011101000111000001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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