Shades of Gossip #98E575
Tints of Gossip #98E575
RGB
CMYK
RGB Variations
Color information
#98E575 (or 0x98E575) is known color: Gossip. HEX triplet: 98, E5 and 75. RGB value is (152,229,117). Sum of RGB (Red+Green+Blue) = 152+229+117=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #98E575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E575 is #671A8A. Grayscale: #C1C1C1. Windows color (decimal): -6757003 or 7726488. OLE color: 7726488.
HSL color Cylindrical-coordinate representation of color #98E575: hue angle of 101.25º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98E575 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 229 | 117 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.10 |
| HSL | 101.25º | 0.68% | 0.68% | - |
| HSV(B) | 101.25º | 0.49% | 0.9% | - |
| XYZ | 44.18 | 64 | 26.85 | - |
| YUV | 193.21 | 84.99 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 229 | 117 | 0.34 | 0 | 0.49 | 0.10 | 101.25 | 0.68 | 0.68 |
| Hex | 98 | E5 | 75 | 22 | 0 | 31 | A | 65 | 44 | 44 |
| Octal | 230 | 345 | 165 | 42 | 0 | 61 | 12 | 145 | 104 | 104 |
| Binary | 10011000 | 11100101 | 1110101 | 100010 | 0 | 110001 | 1010 | 1100101 | 1000100 | 1000100 |
Color Harmonies of #98E575
Complementary color
Monochromatic Colors of #98E575
Black with #98E575
Text Example
Text Example
White with #98E575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E575; }
p { color: rgb(152,229,117); }
H1.HeaderClassName
{
color: #98E575;
}
.AnyTagClassName
{
color: #98E575;
}
</style>
background-color css
<style>
a { background-color: #98E575; }
a { background-color: rgb(152,229,117); }
div.DivClassName
{
background-color: #98E575;
}
.BgClassName
{
background-color: #98E575;
}
</style>
border-color css
<style>
span { border-color: #98E575; }
span { border-color: rgb(152,229,117); }
td.TdClassName
{
border-color: #98E575;
}
.TagClassName
{
border-color: #98E575;
}
</style>