Shades of Gossip #98E875
Tints of Gossip #98E875
RGB
CMYK
RGB Variations
Color information
#98E875 (or 0x98E875) is known color: Gossip. HEX triplet: 98, E8 and 75. RGB value is (152,232,117). Sum of RGB (Red+Green+Blue) = 152+232+117=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 232 - color contains mainly: green. Hex color #98E875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98E875 is #67178A. Grayscale: #C3C3C3. Windows color (decimal): -6756235 or 7727256. OLE color: 7727256.
HSL color Cylindrical-coordinate representation of color #98E875: hue angle of 101.74º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98E875 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 232 | 117 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.09 |
| HSL | 101.74º | 0.71% | 0.68% | - |
| HSV(B) | 101.74º | 0.5% | 0.91% | - |
| XYZ | 45.02 | 65.67 | 27.13 | - |
| YUV | 194.97 | 84 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 232 | 117 | 0.34 | 0 | 0.50 | 0.09 | 101.74 | 0.71 | 0.68 |
| Hex | 98 | E8 | 75 | 22 | 0 | 32 | 9 | 66 | 47 | 44 |
| Octal | 230 | 350 | 165 | 42 | 0 | 62 | 11 | 146 | 107 | 104 |
| Binary | 10011000 | 11101000 | 1110101 | 100010 | 0 | 110010 | 1001 | 1100110 | 1000111 | 1000100 |
Color Harmonies of #98E875
Complementary color
Monochromatic Colors of #98E875
Black with #98E875
Text Example
Text Example
White with #98E875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E875; }
p { color: rgb(152,232,117); }
H1.HeaderClassName
{
color: #98E875;
}
.AnyTagClassName
{
color: #98E875;
}
</style>
background-color css
<style>
a { background-color: #98E875; }
a { background-color: rgb(152,232,117); }
div.DivClassName
{
background-color: #98E875;
}
.BgClassName
{
background-color: #98E875;
}
</style>
border-color css
<style>
span { border-color: #98E875; }
span { border-color: rgb(152,232,117); }
td.TdClassName
{
border-color: #98E875;
}
.TagClassName
{
border-color: #98E875;
}
</style>