Shades of Gossip #99DC79
Tints of Gossip #99DC79
RGB
CMYK
RGB Variations
Color information
#99DC79 (or 0x99DC79) is known color: Gossip. HEX triplet: 99, DC and 79. RGB value is (153,220,121). Sum of RGB (Red+Green+Blue) = 153+220+121=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DC79 is #662386. Grayscale: #BDBDBD. Windows color (decimal): -6693767 or 7986329. OLE color: 7986329.
HSL color Cylindrical-coordinate representation of color #99DC79: hue angle of 100.61º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99DC79 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 121 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.14 |
| HSL | 100.61º | 0.59% | 0.67% | - |
| HSV(B) | 100.61º | 0.45% | 0.86% | - |
| XYZ | 42.18 | 59.34 | 27.32 | - |
| YUV | 188.68 | 89.8 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 121 | 0.30 | 0 | 0.45 | 0.14 | 100.61 | 0.59 | 0.67 |
| Hex | 99 | DC | 79 | 1E | 0 | 2D | E | 65 | 3B | 43 |
| Octal | 231 | 334 | 171 | 36 | 0 | 55 | 16 | 145 | 73 | 103 |
| Binary | 10011001 | 11011100 | 1111001 | 11110 | 0 | 101101 | 1110 | 1100101 | 111011 | 1000011 |
Color Harmonies of #99DC79
Complementary color
Monochromatic Colors of #99DC79
Black with #99DC79
Text Example
Text Example
White with #99DC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DC79; }
p { color: rgb(153,220,121); }
H1.HeaderClassName
{
color: #99DC79;
}
.AnyTagClassName
{
color: #99DC79;
}
</style>
background-color css
<style>
a { background-color: #99DC79; }
a { background-color: rgb(153,220,121); }
div.DivClassName
{
background-color: #99DC79;
}
.BgClassName
{
background-color: #99DC79;
}
</style>
border-color css
<style>
span { border-color: #99DC79; }
span { border-color: rgb(153,220,121); }
td.TdClassName
{
border-color: #99DC79;
}
.TagClassName
{
border-color: #99DC79;
}
</style>