Shades of Gossip #98DB6F
Tints of Gossip #98DB6F
RGB
CMYK
RGB Variations
Color information
#98DB6F (or 0x98DB6F) is known color: Gossip. HEX triplet: 98, DB and 6F. RGB value is (152,219,111). Sum of RGB (Red+Green+Blue) = 152+219+111=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DB6F is #672490. Grayscale: #BBBBBB. Windows color (decimal): -6759569 or 7330712. OLE color: 7330712.
HSL color Cylindrical-coordinate representation of color #98DB6F: hue angle of 97.22º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98DB6F is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 219 | 111 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.14 |
| HSL | 97.22º | 0.6% | 0.65% | - |
| HSV(B) | 97.22º | 0.49% | 0.86% | - |
| XYZ | 41.15 | 58.49 | 24.16 | - |
| YUV | 186.66 | 85.3 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 111 | 0.31 | 0 | 0.49 | 0.14 | 97.22 | 0.6 | 0.65 |
| Hex | 98 | DB | 6F | 1F | 0 | 31 | E | 61 | 3C | 41 |
| Octal | 230 | 333 | 157 | 37 | 0 | 61 | 16 | 141 | 74 | 101 |
| Binary | 10011000 | 11011011 | 1101111 | 11111 | 0 | 110001 | 1110 | 1100001 | 111100 | 1000001 |
Color Harmonies of #98DB6F
Complementary color
Monochromatic Colors of #98DB6F
Black with #98DB6F
Text Example
Text Example
White with #98DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DB6F; }
p { color: rgb(152,219,111); }
H1.HeaderClassName
{
color: #98DB6F;
}
.AnyTagClassName
{
color: #98DB6F;
}
</style>
background-color css
<style>
a { background-color: #98DB6F; }
a { background-color: rgb(152,219,111); }
div.DivClassName
{
background-color: #98DB6F;
}
.BgClassName
{
background-color: #98DB6F;
}
</style>
border-color css
<style>
span { border-color: #98DB6F; }
span { border-color: rgb(152,219,111); }
td.TdClassName
{
border-color: #98DB6F;
}
.TagClassName
{
border-color: #98DB6F;
}
</style>