Shades of Gossip #98D888
Tints of Gossip #98D888
RGB
CMYK
RGB Variations
Color information
#98D888 (or 0x98D888) is known color: Gossip. HEX triplet: 98, D8 and 88. RGB value is (152,216,136). Sum of RGB (Red+Green+Blue) = 152+216+136=504 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.16% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #98D888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D888 is #672777. Grayscale: #BCBCBC. Windows color (decimal): -6760312 or 8968344. OLE color: 8968344.
HSL color Cylindrical-coordinate representation of color #98D888: hue angle of 108º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98D888 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 216 | 136 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.15 |
| HSL | 108º | 0.51% | 0.69% | - |
| HSV(B) | 108º | 0.37% | 0.85% | - |
| XYZ | 41.95 | 57.56 | 32.19 | - |
| YUV | 187.74 | 98.8 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 216 | 136 | 0.30 | 0 | 0.37 | 0.15 | 108 | 0.51 | 0.69 |
| Hex | 98 | D8 | 88 | 1E | 0 | 25 | F | 6C | 33 | 45 |
| Octal | 230 | 330 | 210 | 36 | 0 | 45 | 17 | 154 | 63 | 105 |
| Binary | 10011000 | 11011000 | 10001000 | 11110 | 0 | 100101 | 1111 | 1101100 | 110011 | 1000101 |
Color Harmonies of #98D888
Complementary color
Monochromatic Colors of #98D888
Black with #98D888
Text Example
Text Example
White with #98D888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D888; }
p { color: rgb(152,216,136); }
H1.HeaderClassName
{
color: #98D888;
}
.AnyTagClassName
{
color: #98D888;
}
</style>
background-color css
<style>
a { background-color: #98D888; }
a { background-color: rgb(152,216,136); }
div.DivClassName
{
background-color: #98D888;
}
.BgClassName
{
background-color: #98D888;
}
</style>
border-color css
<style>
span { border-color: #98D888; }
span { border-color: rgb(152,216,136); }
td.TdClassName
{
border-color: #98D888;
}
.TagClassName
{
border-color: #98D888;
}
</style>