Shades of Gossip #98DA68
Tints of Gossip #98DA68
RGB
CMYK
RGB Variations
Color information
#98DA68 (or 0x98DA68) is known color: Gossip. HEX triplet: 98, DA and 68. RGB value is (152,218,104). Sum of RGB (Red+Green+Blue) = 152+218+104=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DA68 is #672597. Grayscale: #B9B9B9. Windows color (decimal): -6759832 or 6871704. OLE color: 6871704.
HSL color Cylindrical-coordinate representation of color #98DA68: hue angle of 94.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98DA68 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 218 | 104 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.15 |
| HSL | 94.74º | 0.61% | 0.63% | - |
| HSV(B) | 94.74º | 0.52% | 0.85% | - |
| XYZ | 40.52 | 57.82 | 22.12 | - |
| YUV | 185.27 | 82.13 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 218 | 104 | 0.30 | 0 | 0.52 | 0.15 | 94.74 | 0.61 | 0.63 |
| Hex | 98 | DA | 68 | 1E | 0 | 34 | F | 5F | 3D | 3F |
| Octal | 230 | 332 | 150 | 36 | 0 | 64 | 17 | 137 | 75 | 77 |
| Binary | 10011000 | 11011010 | 1101000 | 11110 | 0 | 110100 | 1111 | 1011111 | 111101 | 111111 |
Color Harmonies of #98DA68
Complementary color
Monochromatic Colors of #98DA68
Black with #98DA68
Text Example
Text Example
White with #98DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DA68; }
p { color: rgb(152,218,104); }
H1.HeaderClassName
{
color: #98DA68;
}
.AnyTagClassName
{
color: #98DA68;
}
</style>
background-color css
<style>
a { background-color: #98DA68; }
a { background-color: rgb(152,218,104); }
div.DivClassName
{
background-color: #98DA68;
}
.BgClassName
{
background-color: #98DA68;
}
</style>
border-color css
<style>
span { border-color: #98DA68; }
span { border-color: rgb(152,218,104); }
td.TdClassName
{
border-color: #98DA68;
}
.TagClassName
{
border-color: #98DA68;
}
</style>