Shades of Gossip #98E280
Tints of Gossip #98E280
RGB
CMYK
RGB Variations
Color information
#98E280 (or 0x98E280) is known color: Gossip. HEX triplet: 98, E2 and 80. RGB value is (152,226,128). Sum of RGB (Red+Green+Blue) = 152+226+128=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 226 - color contains mainly: green. Hex color #98E280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E280 is #671D7F. Grayscale: #C1C1C1. Windows color (decimal): -6757760 or 8446616. OLE color: 8446616.
HSL color Cylindrical-coordinate representation of color #98E280: hue angle of 105.31º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98E280 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 226 | 128 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.11 |
| HSL | 105.31º | 0.63% | 0.69% | - |
| HSV(B) | 105.31º | 0.43% | 0.89% | - |
| XYZ | 44.04 | 62.63 | 30.19 | - |
| YUV | 192.7 | 91.48 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 226 | 128 | 0.33 | 0 | 0.43 | 0.11 | 105.31 | 0.63 | 0.69 |
| Hex | 98 | E2 | 80 | 21 | 0 | 2B | B | 69 | 3F | 45 |
| Octal | 230 | 342 | 200 | 41 | 0 | 53 | 13 | 151 | 77 | 105 |
| Binary | 10011000 | 11100010 | 10000000 | 100001 | 0 | 101011 | 1011 | 1101001 | 111111 | 1000101 |
Color Harmonies of #98E280
Complementary color
Monochromatic Colors of #98E280
Black with #98E280
Text Example
Text Example
White with #98E280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E280; }
p { color: rgb(152,226,128); }
H1.HeaderClassName
{
color: #98E280;
}
.AnyTagClassName
{
color: #98E280;
}
</style>
background-color css
<style>
a { background-color: #98E280; }
a { background-color: rgb(152,226,128); }
div.DivClassName
{
background-color: #98E280;
}
.BgClassName
{
background-color: #98E280;
}
</style>
border-color css
<style>
span { border-color: #98E280; }
span { border-color: rgb(152,226,128); }
td.TdClassName
{
border-color: #98E280;
}
.TagClassName
{
border-color: #98E280;
}
</style>