Shades of Gossip #98DC81
Tints of Gossip #98DC81
RGB
CMYK
RGB Variations
Color information
#98DC81 (or 0x98DC81) is known color: Gossip. HEX triplet: 98, DC and 81. RGB value is (152,220,129). Sum of RGB (Red+Green+Blue) = 152+220+129=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DC81 is #67237E. Grayscale: #BDBDBD. Windows color (decimal): -6759295 or 8510616. OLE color: 8510616.
HSL color Cylindrical-coordinate representation of color #98DC81: hue angle of 104.84º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98DC81 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 129 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.14 |
| HSL | 104.84º | 0.57% | 0.68% | - |
| HSV(B) | 104.84º | 0.41% | 0.86% | - |
| XYZ | 42.5 | 59.45 | 30 | - |
| YUV | 189.29 | 93.97 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 129 | 0.31 | 0 | 0.41 | 0.14 | 104.84 | 0.57 | 0.68 |
| Hex | 98 | DC | 81 | 1F | 0 | 29 | E | 69 | 39 | 44 |
| Octal | 230 | 334 | 201 | 37 | 0 | 51 | 16 | 151 | 71 | 104 |
| Binary | 10011000 | 11011100 | 10000001 | 11111 | 0 | 101001 | 1110 | 1101001 | 111001 | 1000100 |
Color Harmonies of #98DC81
Complementary color
Monochromatic Colors of #98DC81
Black with #98DC81
Text Example
Text Example
White with #98DC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DC81; }
p { color: rgb(152,220,129); }
H1.HeaderClassName
{
color: #98DC81;
}
.AnyTagClassName
{
color: #98DC81;
}
</style>
background-color css
<style>
a { background-color: #98DC81; }
a { background-color: rgb(152,220,129); }
div.DivClassName
{
background-color: #98DC81;
}
.BgClassName
{
background-color: #98DC81;
}
</style>
border-color css
<style>
span { border-color: #98DC81; }
span { border-color: rgb(152,220,129); }
td.TdClassName
{
border-color: #98DC81;
}
.TagClassName
{
border-color: #98DC81;
}
</style>