Shades of Gossip #98DB64
Tints of Gossip #98DB64
RGB
CMYK
RGB Variations
Color information
#98DB64 (or 0x98DB64) is known color: Gossip. HEX triplet: 98, DB and 64. RGB value is (152,219,100). Sum of RGB (Red+Green+Blue) = 152+219+100=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DB64 is #67249B. Grayscale: #B9B9B9. Windows color (decimal): -6759580 or 6609816. OLE color: 6609816.
HSL color Cylindrical-coordinate representation of color #98DB64: hue angle of 93.78º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98DB64 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 219 | 100 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.14 |
| HSL | 93.78º | 0.62% | 0.63% | - |
| HSV(B) | 93.78º | 0.54% | 0.86% | - |
| XYZ | 40.58 | 58.26 | 21.16 | - |
| YUV | 185.4 | 79.8 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 100 | 0.31 | 0 | 0.54 | 0.14 | 93.78 | 0.62 | 0.63 |
| Hex | 98 | DB | 64 | 1F | 0 | 36 | E | 5E | 3E | 3F |
| Octal | 230 | 333 | 144 | 37 | 0 | 66 | 16 | 136 | 76 | 77 |
| Binary | 10011000 | 11011011 | 1100100 | 11111 | 0 | 110110 | 1110 | 1011110 | 111110 | 111111 |
Color Harmonies of #98DB64
Complementary color
Monochromatic Colors of #98DB64
Black with #98DB64
Text Example
Text Example
White with #98DB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DB64; }
p { color: rgb(152,219,100); }
H1.HeaderClassName
{
color: #98DB64;
}
.AnyTagClassName
{
color: #98DB64;
}
</style>
background-color css
<style>
a { background-color: #98DB64; }
a { background-color: rgb(152,219,100); }
div.DivClassName
{
background-color: #98DB64;
}
.BgClassName
{
background-color: #98DB64;
}
</style>
border-color css
<style>
span { border-color: #98DB64; }
span { border-color: rgb(152,219,100); }
td.TdClassName
{
border-color: #98DB64;
}
.TagClassName
{
border-color: #98DB64;
}
</style>