Shades of Gossip #99DD77
Tints of Gossip #99DD77
RGB
CMYK
RGB Variations
Color information
#99DD77 (or 0x99DD77) is known color: Gossip. HEX triplet: 99, DD and 77. RGB value is (153,221,119). Sum of RGB (Red+Green+Blue) = 153+221+119=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DD77 is #662288. Grayscale: #BDBDBD. Windows color (decimal): -6693513 or 7855513. OLE color: 7855513.
HSL color Cylindrical-coordinate representation of color #99DD77: hue angle of 100º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99DD77 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 221 | 119 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.13 |
| HSL | 100º | 0.6% | 0.67% | - |
| HSV(B) | 100º | 0.46% | 0.87% | - |
| XYZ | 42.32 | 59.82 | 26.77 | - |
| YUV | 189.04 | 88.47 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 119 | 0.31 | 0 | 0.46 | 0.13 | 100 | 0.6 | 0.67 |
| Hex | 99 | DD | 77 | 1F | 0 | 2E | D | 64 | 3C | 43 |
| Octal | 231 | 335 | 167 | 37 | 0 | 56 | 15 | 144 | 74 | 103 |
| Binary | 10011001 | 11011101 | 1110111 | 11111 | 0 | 101110 | 1101 | 1100100 | 111100 | 1000011 |
Color Harmonies of #99DD77
Complementary color
Monochromatic Colors of #99DD77
Black with #99DD77
Text Example
Text Example
White with #99DD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DD77; }
p { color: rgb(153,221,119); }
H1.HeaderClassName
{
color: #99DD77;
}
.AnyTagClassName
{
color: #99DD77;
}
</style>
background-color css
<style>
a { background-color: #99DD77; }
a { background-color: rgb(153,221,119); }
div.DivClassName
{
background-color: #99DD77;
}
.BgClassName
{
background-color: #99DD77;
}
</style>
border-color css
<style>
span { border-color: #99DD77; }
span { border-color: rgb(153,221,119); }
td.TdClassName
{
border-color: #99DD77;
}
.TagClassName
{
border-color: #99DD77;
}
</style>