Shades of Gossip #98D779
Tints of Gossip #98D779
RGB
CMYK
RGB Variations
Color information
#98D779 (or 0x98D779) is known color: Gossip. HEX triplet: 98, D7 and 79. RGB value is (152,215,121). Sum of RGB (Red+Green+Blue) = 152+215+121=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #98D779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D779 is #672886. Grayscale: #B9B9B9. Windows color (decimal): -6760583 or 7985048. OLE color: 7985048.
HSL color Cylindrical-coordinate representation of color #98D779: hue angle of 100.21º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #98D779 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 215 | 121 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.16 |
| HSL | 100.21º | 0.54% | 0.66% | - |
| HSV(B) | 100.21º | 0.44% | 0.84% | - |
| XYZ | 40.7 | 56.66 | 26.88 | - |
| YUV | 185.45 | 91.63 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 215 | 121 | 0.29 | 0 | 0.44 | 0.16 | 100.21 | 0.54 | 0.66 |
| Hex | 98 | D7 | 79 | 1D | 0 | 2C | 10 | 64 | 36 | 42 |
| Octal | 230 | 327 | 171 | 35 | 0 | 54 | 20 | 144 | 66 | 102 |
| Binary | 10011000 | 11010111 | 1111001 | 11101 | 0 | 101100 | 10000 | 1100100 | 110110 | 1000010 |
Color Harmonies of #98D779
Complementary color
Monochromatic Colors of #98D779
Black with #98D779
Text Example
Text Example
White with #98D779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D779; }
p { color: rgb(152,215,121); }
H1.HeaderClassName
{
color: #98D779;
}
.AnyTagClassName
{
color: #98D779;
}
</style>
background-color css
<style>
a { background-color: #98D779; }
a { background-color: rgb(152,215,121); }
div.DivClassName
{
background-color: #98D779;
}
.BgClassName
{
background-color: #98D779;
}
</style>
border-color css
<style>
span { border-color: #98D779; }
span { border-color: rgb(152,215,121); }
td.TdClassName
{
border-color: #98D779;
}
.TagClassName
{
border-color: #98D779;
}
</style>