Shades of Gossip #98DB7F
Tints of Gossip #98DB7F
RGB
CMYK
RGB Variations
Color information
#98DB7F (or 0x98DB7F) is known color: Gossip. HEX triplet: 98, DB and 7F. RGB value is (152,219,127). Sum of RGB (Red+Green+Blue) = 152+219+127=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DB7F is #672480. Grayscale: #BCBCBC. Windows color (decimal): -6759553 or 8379288. OLE color: 8379288.
HSL color Cylindrical-coordinate representation of color #98DB7F: hue angle of 103.7º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98DB7F is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 219 | 127 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.14 |
| HSL | 103.7º | 0.56% | 0.68% | - |
| HSV(B) | 103.7º | 0.42% | 0.86% | - |
| XYZ | 42.11 | 58.87 | 29.22 | - |
| YUV | 188.48 | 93.3 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 127 | 0.31 | 0 | 0.42 | 0.14 | 103.7 | 0.56 | 0.68 |
| Hex | 98 | DB | 7F | 1F | 0 | 2A | E | 68 | 38 | 44 |
| Octal | 230 | 333 | 177 | 37 | 0 | 52 | 16 | 150 | 70 | 104 |
| Binary | 10011000 | 11011011 | 1111111 | 11111 | 0 | 101010 | 1110 | 1101000 | 111000 | 1000100 |
Color Harmonies of #98DB7F
Complementary color
Monochromatic Colors of #98DB7F
Black with #98DB7F
Text Example
Text Example
White with #98DB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DB7F; }
p { color: rgb(152,219,127); }
H1.HeaderClassName
{
color: #98DB7F;
}
.AnyTagClassName
{
color: #98DB7F;
}
</style>
background-color css
<style>
a { background-color: #98DB7F; }
a { background-color: rgb(152,219,127); }
div.DivClassName
{
background-color: #98DB7F;
}
.BgClassName
{
background-color: #98DB7F;
}
</style>
border-color css
<style>
span { border-color: #98DB7F; }
span { border-color: rgb(152,219,127); }
td.TdClassName
{
border-color: #98DB7F;
}
.TagClassName
{
border-color: #98DB7F;
}
</style>