Shades of Gossip #98E677
Tints of Gossip #98E677
RGB
CMYK
RGB Variations
Color information
#98E677 (or 0x98E677) is known color: Gossip. HEX triplet: 98, E6 and 77. RGB value is (152,230,119). Sum of RGB (Red+Green+Blue) = 152+230+119=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 230 - color contains mainly: green. Hex color #98E677 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98E677 is #671988. Grayscale: #C2C2C2. Windows color (decimal): -6756745 or 7857816. OLE color: 7857816.
HSL color Cylindrical-coordinate representation of color #98E677: hue angle of 102.16º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98E677 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 230 | 119 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.10 |
| HSL | 102.16º | 0.69% | 0.68% | - |
| HSV(B) | 102.16º | 0.48% | 0.9% | - |
| XYZ | 44.58 | 64.6 | 27.57 | - |
| YUV | 194.02 | 85.66 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 230 | 119 | 0.34 | 0 | 0.48 | 0.10 | 102.16 | 0.69 | 0.68 |
| Hex | 98 | E6 | 77 | 22 | 0 | 30 | A | 66 | 45 | 44 |
| Octal | 230 | 346 | 167 | 42 | 0 | 60 | 12 | 146 | 105 | 104 |
| Binary | 10011000 | 11100110 | 1110111 | 100010 | 0 | 110000 | 1010 | 1100110 | 1000101 | 1000100 |
Color Harmonies of #98E677
Complementary color
Monochromatic Colors of #98E677
Black with #98E677
Text Example
Text Example
White with #98E677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E677; }
p { color: rgb(152,230,119); }
H1.HeaderClassName
{
color: #98E677;
}
.AnyTagClassName
{
color: #98E677;
}
</style>
background-color css
<style>
a { background-color: #98E677; }
a { background-color: rgb(152,230,119); }
div.DivClassName
{
background-color: #98E677;
}
.BgClassName
{
background-color: #98E677;
}
</style>
border-color css
<style>
span { border-color: #98E677; }
span { border-color: rgb(152,230,119); }
td.TdClassName
{
border-color: #98E677;
}
.TagClassName
{
border-color: #98E677;
}
</style>