Shades of Gossip #98DA65
Tints of Gossip #98DA65
RGB
CMYK
RGB Variations
Color information
#98DA65 (or 0x98DA65) is known color: Gossip. HEX triplet: 98, DA and 65. RGB value is (152,218,101). Sum of RGB (Red+Green+Blue) = 152+218+101=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DA65 is #67259A. Grayscale: #B9B9B9. Windows color (decimal): -6759835 or 6675096. OLE color: 6675096.
HSL color Cylindrical-coordinate representation of color #98DA65: hue angle of 93.85º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98DA65 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 218 | 101 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.15 |
| HSL | 93.85º | 0.61% | 0.63% | - |
| HSV(B) | 93.85º | 0.54% | 0.85% | - |
| XYZ | 40.37 | 57.76 | 21.33 | - |
| YUV | 184.93 | 80.63 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 218 | 101 | 0.30 | 0 | 0.54 | 0.15 | 93.85 | 0.61 | 0.63 |
| Hex | 98 | DA | 65 | 1E | 0 | 36 | F | 5E | 3D | 3F |
| Octal | 230 | 332 | 145 | 36 | 0 | 66 | 17 | 136 | 75 | 77 |
| Binary | 10011000 | 11011010 | 1100101 | 11110 | 0 | 110110 | 1111 | 1011110 | 111101 | 111111 |
Color Harmonies of #98DA65
Complementary color
Monochromatic Colors of #98DA65
Black with #98DA65
Text Example
Text Example
White with #98DA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DA65; }
p { color: rgb(152,218,101); }
H1.HeaderClassName
{
color: #98DA65;
}
.AnyTagClassName
{
color: #98DA65;
}
</style>
background-color css
<style>
a { background-color: #98DA65; }
a { background-color: rgb(152,218,101); }
div.DivClassName
{
background-color: #98DA65;
}
.BgClassName
{
background-color: #98DA65;
}
</style>
border-color css
<style>
span { border-color: #98DA65; }
span { border-color: rgb(152,218,101); }
td.TdClassName
{
border-color: #98DA65;
}
.TagClassName
{
border-color: #98DA65;
}
</style>