Shades of Gossip #98D780
Tints of Gossip #98D780
RGB
CMYK
RGB Variations
Color information
#98D780 (or 0x98D780) is known color: Gossip. HEX triplet: 98, D7 and 80. RGB value is (152,215,128). Sum of RGB (Red+Green+Blue) = 152+215+128=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #98D780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D780 is #67287F. Grayscale: #BABABA. Windows color (decimal): -6760576 or 8443800. OLE color: 8443800.
HSL color Cylindrical-coordinate representation of color #98D780: hue angle of 103.45º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98D780 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 215 | 128 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.16 |
| HSL | 103.45º | 0.52% | 0.67% | - |
| HSV(B) | 103.45º | 0.4% | 0.84% | - |
| XYZ | 41.15 | 56.83 | 29.22 | - |
| YUV | 186.25 | 95.13 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 215 | 128 | 0.29 | 0 | 0.40 | 0.16 | 103.45 | 0.52 | 0.67 |
| Hex | 98 | D7 | 80 | 1D | 0 | 28 | 10 | 67 | 34 | 43 |
| Octal | 230 | 327 | 200 | 35 | 0 | 50 | 20 | 147 | 64 | 103 |
| Binary | 10011000 | 11010111 | 10000000 | 11101 | 0 | 101000 | 10000 | 1100111 | 110100 | 1000011 |
Color Harmonies of #98D780
Complementary color
Monochromatic Colors of #98D780
Black with #98D780
Text Example
Text Example
White with #98D780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D780; }
p { color: rgb(152,215,128); }
H1.HeaderClassName
{
color: #98D780;
}
.AnyTagClassName
{
color: #98D780;
}
</style>
background-color css
<style>
a { background-color: #98D780; }
a { background-color: rgb(152,215,128); }
div.DivClassName
{
background-color: #98D780;
}
.BgClassName
{
background-color: #98D780;
}
</style>
border-color css
<style>
span { border-color: #98D780; }
span { border-color: rgb(152,215,128); }
td.TdClassName
{
border-color: #98D780;
}
.TagClassName
{
border-color: #98D780;
}
</style>