Shades of Gossip #99DB71
Tints of Gossip #99DB71
RGB
CMYK
RGB Variations
Color information
#99DB71 (or 0x99DB71) is known color: Gossip. HEX triplet: 99, DB and 71. RGB value is (153,219,113). Sum of RGB (Red+Green+Blue) = 153+219+113=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DB71 is #66248E. Grayscale: #BBBBBB. Windows color (decimal): -6694031 or 7461785. OLE color: 7461785.
HSL color Cylindrical-coordinate representation of color #99DB71: hue angle of 97.36º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99DB71 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 113 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.14 |
| HSL | 97.36º | 0.6% | 0.65% | - |
| HSV(B) | 97.36º | 0.48% | 0.86% | - |
| XYZ | 41.45 | 58.63 | 24.75 | - |
| YUV | 187.18 | 86.13 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 113 | 0.30 | 0 | 0.48 | 0.14 | 97.36 | 0.6 | 0.65 |
| Hex | 99 | DB | 71 | 1E | 0 | 30 | E | 61 | 3C | 41 |
| Octal | 231 | 333 | 161 | 36 | 0 | 60 | 16 | 141 | 74 | 101 |
| Binary | 10011001 | 11011011 | 1110001 | 11110 | 0 | 110000 | 1110 | 1100001 | 111100 | 1000001 |
Color Harmonies of #99DB71
Complementary color
Monochromatic Colors of #99DB71
Black with #99DB71
Text Example
Text Example
White with #99DB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB71; }
p { color: rgb(153,219,113); }
H1.HeaderClassName
{
color: #99DB71;
}
.AnyTagClassName
{
color: #99DB71;
}
</style>
background-color css
<style>
a { background-color: #99DB71; }
a { background-color: rgb(153,219,113); }
div.DivClassName
{
background-color: #99DB71;
}
.BgClassName
{
background-color: #99DB71;
}
</style>
border-color css
<style>
span { border-color: #99DB71; }
span { border-color: rgb(153,219,113); }
td.TdClassName
{
border-color: #99DB71;
}
.TagClassName
{
border-color: #99DB71;
}
</style>