Shades of Gossip #99DB77
Tints of Gossip #99DB77
RGB
CMYK
RGB Variations
Color information
#99DB77 (or 0x99DB77) is known color: Gossip. HEX triplet: 99, DB and 77. RGB value is (153,219,119). Sum of RGB (Red+Green+Blue) = 153+219+119=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DB77 is #662488. Grayscale: #BCBCBC. Windows color (decimal): -6694025 or 7855001. OLE color: 7855001.
HSL color Cylindrical-coordinate representation of color #99DB77: hue angle of 99.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99DB77 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 119 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.14 |
| HSL | 99.6º | 0.58% | 0.66% | - |
| HSV(B) | 99.6º | 0.46% | 0.86% | - |
| XYZ | 41.8 | 58.77 | 26.59 | - |
| YUV | 187.87 | 89.13 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 119 | 0.30 | 0 | 0.46 | 0.14 | 99.6 | 0.58 | 0.66 |
| Hex | 99 | DB | 77 | 1E | 0 | 2E | E | 64 | 3A | 42 |
| Octal | 231 | 333 | 167 | 36 | 0 | 56 | 16 | 144 | 72 | 102 |
| Binary | 10011001 | 11011011 | 1110111 | 11110 | 0 | 101110 | 1110 | 1100100 | 111010 | 1000010 |
Color Harmonies of #99DB77
Complementary color
Monochromatic Colors of #99DB77
Black with #99DB77
Text Example
Text Example
White with #99DB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB77; }
p { color: rgb(153,219,119); }
H1.HeaderClassName
{
color: #99DB77;
}
.AnyTagClassName
{
color: #99DB77;
}
</style>
background-color css
<style>
a { background-color: #99DB77; }
a { background-color: rgb(153,219,119); }
div.DivClassName
{
background-color: #99DB77;
}
.BgClassName
{
background-color: #99DB77;
}
</style>
border-color css
<style>
span { border-color: #99DB77; }
span { border-color: rgb(153,219,119); }
td.TdClassName
{
border-color: #99DB77;
}
.TagClassName
{
border-color: #99DB77;
}
</style>