Shades of Gossip #98E579
Tints of Gossip #98E579
RGB
CMYK
RGB Variations
Color information
#98E579 (or 0x98E579) is known color: Gossip. HEX triplet: 98, E5 and 79. RGB value is (152,229,121). Sum of RGB (Red+Green+Blue) = 152+229+121=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #98E579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E579 is #671A86. Grayscale: #C2C2C2. Windows color (decimal): -6756999 or 7988632. OLE color: 7988632.
HSL color Cylindrical-coordinate representation of color #98E579: hue angle of 102.78º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98E579 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 229 | 121 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.10 |
| HSL | 102.78º | 0.68% | 0.69% | - |
| HSV(B) | 102.78º | 0.47% | 0.9% | - |
| XYZ | 44.42 | 64.09 | 28.12 | - |
| YUV | 193.67 | 86.99 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 229 | 121 | 0.34 | 0 | 0.47 | 0.10 | 102.78 | 0.68 | 0.69 |
| Hex | 98 | E5 | 79 | 22 | 0 | 2F | A | 67 | 44 | 45 |
| Octal | 230 | 345 | 171 | 42 | 0 | 57 | 12 | 147 | 104 | 105 |
| Binary | 10011000 | 11100101 | 1111001 | 100010 | 0 | 101111 | 1010 | 1100111 | 1000100 | 1000101 |
Color Harmonies of #98E579
Complementary color
Monochromatic Colors of #98E579
Black with #98E579
Text Example
Text Example
White with #98E579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E579; }
p { color: rgb(152,229,121); }
H1.HeaderClassName
{
color: #98E579;
}
.AnyTagClassName
{
color: #98E579;
}
</style>
background-color css
<style>
a { background-color: #98E579; }
a { background-color: rgb(152,229,121); }
div.DivClassName
{
background-color: #98E579;
}
.BgClassName
{
background-color: #98E579;
}
</style>
border-color css
<style>
span { border-color: #98E579; }
span { border-color: rgb(152,229,121); }
td.TdClassName
{
border-color: #98E579;
}
.TagClassName
{
border-color: #98E579;
}
</style>