Shades of Gossip #98DB73
Tints of Gossip #98DB73
RGB
CMYK
RGB Variations
Color information
#98DB73 (or 0x98DB73) is known color: Gossip. HEX triplet: 98, DB and 73. RGB value is (152,219,115). Sum of RGB (Red+Green+Blue) = 152+219+115=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DB73 is #67248C. Grayscale: #BBBBBB. Windows color (decimal): -6759565 or 7592856. OLE color: 7592856.
HSL color Cylindrical-coordinate representation of color #98DB73: hue angle of 98.65º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98DB73 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 219 | 115 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.14 |
| HSL | 98.65º | 0.59% | 0.65% | - |
| HSV(B) | 98.65º | 0.47% | 0.86% | - |
| XYZ | 41.37 | 58.58 | 25.35 | - |
| YUV | 187.11 | 87.3 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 115 | 0.31 | 0 | 0.47 | 0.14 | 98.65 | 0.59 | 0.65 |
| Hex | 98 | DB | 73 | 1F | 0 | 2F | E | 63 | 3B | 41 |
| Octal | 230 | 333 | 163 | 37 | 0 | 57 | 16 | 143 | 73 | 101 |
| Binary | 10011000 | 11011011 | 1110011 | 11111 | 0 | 101111 | 1110 | 1100011 | 111011 | 1000001 |
Color Harmonies of #98DB73
Complementary color
Monochromatic Colors of #98DB73
Black with #98DB73
Text Example
Text Example
White with #98DB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DB73; }
p { color: rgb(152,219,115); }
H1.HeaderClassName
{
color: #98DB73;
}
.AnyTagClassName
{
color: #98DB73;
}
</style>
background-color css
<style>
a { background-color: #98DB73; }
a { background-color: rgb(152,219,115); }
div.DivClassName
{
background-color: #98DB73;
}
.BgClassName
{
background-color: #98DB73;
}
</style>
border-color css
<style>
span { border-color: #98DB73; }
span { border-color: rgb(152,219,115); }
td.TdClassName
{
border-color: #98DB73;
}
.TagClassName
{
border-color: #98DB73;
}
</style>