Shades of Gossip #99DD69
Tints of Gossip #99DD69
RGB
CMYK
RGB Variations
Color information
#99DD69 (or 0x99DD69) is known color: Gossip. HEX triplet: 99, DD and 69. RGB value is (153,221,105). Sum of RGB (Red+Green+Blue) = 153+221+105=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DD69 is #662296. Grayscale: #BBBBBB. Windows color (decimal): -6693527 or 6938009. OLE color: 6938009.
HSL color Cylindrical-coordinate representation of color #99DD69: hue angle of 95.17º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99DD69 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 221 | 105 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.13 |
| HSL | 95.17º | 0.63% | 0.64% | - |
| HSV(B) | 95.17º | 0.52% | 0.87% | - |
| XYZ | 41.54 | 59.51 | 22.66 | - |
| YUV | 187.44 | 81.47 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 105 | 0.31 | 0 | 0.52 | 0.13 | 95.17 | 0.63 | 0.64 |
| Hex | 99 | DD | 69 | 1F | 0 | 34 | D | 5F | 3F | 40 |
| Octal | 231 | 335 | 151 | 37 | 0 | 64 | 15 | 137 | 77 | 100 |
| Binary | 10011001 | 11011101 | 1101001 | 11111 | 0 | 110100 | 1101 | 1011111 | 111111 | 1000000 |
Color Harmonies of #99DD69
Complementary color
Monochromatic Colors of #99DD69
Black with #99DD69
Text Example
Text Example
White with #99DD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DD69; }
p { color: rgb(153,221,105); }
H1.HeaderClassName
{
color: #99DD69;
}
.AnyTagClassName
{
color: #99DD69;
}
</style>
background-color css
<style>
a { background-color: #99DD69; }
a { background-color: rgb(153,221,105); }
div.DivClassName
{
background-color: #99DD69;
}
.BgClassName
{
background-color: #99DD69;
}
</style>
border-color css
<style>
span { border-color: #99DD69; }
span { border-color: rgb(153,221,105); }
td.TdClassName
{
border-color: #99DD69;
}
.TagClassName
{
border-color: #99DD69;
}
</style>