Shades of Gossip #98DB81
Tints of Gossip #98DB81
RGB
CMYK
RGB Variations
Color information
#98DB81 (or 0x98DB81) is known color: Gossip. HEX triplet: 98, DB and 81. RGB value is (152,219,129). Sum of RGB (Red+Green+Blue) = 152+219+129=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DB81 is #67247E. Grayscale: #BCBCBC. Windows color (decimal): -6759551 or 8510360. OLE color: 8510360.
HSL color Cylindrical-coordinate representation of color #98DB81: hue angle of 104.67º degrees, saturation: 0.56, 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 #98DB81 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 219 | 129 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.14 |
| HSL | 104.67º | 0.56% | 0.68% | - |
| HSV(B) | 104.67º | 0.41% | 0.86% | - |
| XYZ | 42.24 | 58.92 | 29.92 | - |
| YUV | 188.71 | 94.3 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 129 | 0.31 | 0 | 0.41 | 0.14 | 104.67 | 0.56 | 0.68 |
| Hex | 98 | DB | 81 | 1F | 0 | 29 | E | 69 | 38 | 44 |
| Octal | 230 | 333 | 201 | 37 | 0 | 51 | 16 | 151 | 70 | 104 |
| Binary | 10011000 | 11011011 | 10000001 | 11111 | 0 | 101001 | 1110 | 1101001 | 111000 | 1000100 |
Color Harmonies of #98DB81
Complementary color
Monochromatic Colors of #98DB81
Black with #98DB81
Text Example
Text Example
White with #98DB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DB81; }
p { color: rgb(152,219,129); }
H1.HeaderClassName
{
color: #98DB81;
}
.AnyTagClassName
{
color: #98DB81;
}
</style>
background-color css
<style>
a { background-color: #98DB81; }
a { background-color: rgb(152,219,129); }
div.DivClassName
{
background-color: #98DB81;
}
.BgClassName
{
background-color: #98DB81;
}
</style>
border-color css
<style>
span { border-color: #98DB81; }
span { border-color: rgb(152,219,129); }
td.TdClassName
{
border-color: #98DB81;
}
.TagClassName
{
border-color: #98DB81;
}
</style>