Shades of Gossip #99DA73
Tints of Gossip #99DA73
RGB
CMYK
RGB Variations
Color information
#99DA73 (or 0x99DA73) is known color: Gossip. HEX triplet: 99, DA and 73. RGB value is (153,218,115). Sum of RGB (Red+Green+Blue) = 153+218+115=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DA73 is #66258C. Grayscale: #BBBBBB. Windows color (decimal): -6694285 or 7592601. OLE color: 7592601.
HSL color Cylindrical-coordinate representation of color #99DA73: hue angle of 97.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99DA73 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 115 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.15 |
| HSL | 97.86º | 0.58% | 0.65% | - |
| HSV(B) | 97.86º | 0.47% | 0.85% | - |
| XYZ | 41.3 | 58.15 | 25.27 | - |
| YUV | 186.82 | 87.47 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 115 | 0.30 | 0 | 0.47 | 0.15 | 97.86 | 0.58 | 0.65 |
| Hex | 99 | DA | 73 | 1E | 0 | 2F | F | 62 | 3A | 41 |
| Octal | 231 | 332 | 163 | 36 | 0 | 57 | 17 | 142 | 72 | 101 |
| Binary | 10011001 | 11011010 | 1110011 | 11110 | 0 | 101111 | 1111 | 1100010 | 111010 | 1000001 |
Color Harmonies of #99DA73
Complementary color
Monochromatic Colors of #99DA73
Black with #99DA73
Text Example
Text Example
White with #99DA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DA73; }
p { color: rgb(153,218,115); }
H1.HeaderClassName
{
color: #99DA73;
}
.AnyTagClassName
{
color: #99DA73;
}
</style>
background-color css
<style>
a { background-color: #99DA73; }
a { background-color: rgb(153,218,115); }
div.DivClassName
{
background-color: #99DA73;
}
.BgClassName
{
background-color: #99DA73;
}
</style>
border-color css
<style>
span { border-color: #99DA73; }
span { border-color: rgb(153,218,115); }
td.TdClassName
{
border-color: #99DA73;
}
.TagClassName
{
border-color: #99DA73;
}
</style>