Shades of Gossip #98E278
Tints of Gossip #98E278
RGB
CMYK
RGB Variations
Color information
#98E278 (or 0x98E278) is known color: Gossip. HEX triplet: 98, E2 and 78. RGB value is (152,226,120). Sum of RGB (Red+Green+Blue) = 152+226+120=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 226 - color contains mainly: green. Hex color #98E278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E278 is #671D87. Grayscale: #C0C0C0. Windows color (decimal): -6757768 or 7922328. OLE color: 7922328.
HSL color Cylindrical-coordinate representation of color #98E278: hue angle of 101.89º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98E278 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 226 | 120 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.11 |
| HSL | 101.89º | 0.65% | 0.68% | - |
| HSV(B) | 101.89º | 0.47% | 0.89% | - |
| XYZ | 43.54 | 62.42 | 27.52 | - |
| YUV | 191.79 | 87.48 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 226 | 120 | 0.33 | 0 | 0.47 | 0.11 | 101.89 | 0.65 | 0.68 |
| Hex | 98 | E2 | 78 | 21 | 0 | 2F | B | 66 | 41 | 44 |
| Octal | 230 | 342 | 170 | 41 | 0 | 57 | 13 | 146 | 101 | 104 |
| Binary | 10011000 | 11100010 | 1111000 | 100001 | 0 | 101111 | 1011 | 1100110 | 1000001 | 1000100 |
Color Harmonies of #98E278
Complementary color
Monochromatic Colors of #98E278
Black with #98E278
Text Example
Text Example
White with #98E278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E278; }
p { color: rgb(152,226,120); }
H1.HeaderClassName
{
color: #98E278;
}
.AnyTagClassName
{
color: #98E278;
}
</style>
background-color css
<style>
a { background-color: #98E278; }
a { background-color: rgb(152,226,120); }
div.DivClassName
{
background-color: #98E278;
}
.BgClassName
{
background-color: #98E278;
}
</style>
border-color css
<style>
span { border-color: #98E278; }
span { border-color: rgb(152,226,120); }
td.TdClassName
{
border-color: #98E278;
}
.TagClassName
{
border-color: #98E278;
}
</style>