Shades of Gossip #99DD80
Tints of Gossip #99DD80
RGB
CMYK
RGB Variations
Color information
#99DD80 (or 0x99DD80) is known color: Gossip. HEX triplet: 99, DD and 80. RGB value is (153,221,128). Sum of RGB (Red+Green+Blue) = 153+221+128=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DD80 is #66227F. Grayscale: #BEBEBE. Windows color (decimal): -6693504 or 8445337. OLE color: 8445337.
HSL color Cylindrical-coordinate representation of color #99DD80: hue angle of 103.87º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99DD80 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 221 | 128 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.13 |
| HSL | 103.87º | 0.58% | 0.68% | - |
| HSV(B) | 103.87º | 0.42% | 0.87% | - |
| XYZ | 42.89 | 60.04 | 29.75 | - |
| YUV | 190.07 | 92.97 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 128 | 0.31 | 0 | 0.42 | 0.13 | 103.87 | 0.58 | 0.68 |
| Hex | 99 | DD | 80 | 1F | 0 | 2A | D | 68 | 3A | 44 |
| Octal | 231 | 335 | 200 | 37 | 0 | 52 | 15 | 150 | 72 | 104 |
| Binary | 10011001 | 11011101 | 10000000 | 11111 | 0 | 101010 | 1101 | 1101000 | 111010 | 1000100 |
Color Harmonies of #99DD80
Complementary color
Monochromatic Colors of #99DD80
Black with #99DD80
Text Example
Text Example
White with #99DD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DD80; }
p { color: rgb(153,221,128); }
H1.HeaderClassName
{
color: #99DD80;
}
.AnyTagClassName
{
color: #99DD80;
}
</style>
background-color css
<style>
a { background-color: #99DD80; }
a { background-color: rgb(153,221,128); }
div.DivClassName
{
background-color: #99DD80;
}
.BgClassName
{
background-color: #99DD80;
}
</style>
border-color css
<style>
span { border-color: #99DD80; }
span { border-color: rgb(153,221,128); }
td.TdClassName
{
border-color: #99DD80;
}
.TagClassName
{
border-color: #99DD80;
}
</style>