Shades of Gossip #98DB7C
Tints of Gossip #98DB7C
RGB
CMYK
RGB Variations
Color information
#98DB7C (or 0x98DB7C) is known color: Gossip. HEX triplet: 98, DB and 7C. RGB value is (152,219,124). Sum of RGB (Red+Green+Blue) = 152+219+124=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DB7C is #672483. Grayscale: #BCBCBC. Windows color (decimal): -6759556 or 8182680. OLE color: 8182680.
HSL color Cylindrical-coordinate representation of color #98DB7C: hue angle of 102.32º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98DB7C is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 219 | 124 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.14 |
| HSL | 102.32º | 0.57% | 0.67% | - |
| HSV(B) | 102.32º | 0.43% | 0.86% | - |
| XYZ | 41.92 | 58.79 | 28.21 | - |
| YUV | 188.14 | 91.8 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 124 | 0.31 | 0 | 0.43 | 0.14 | 102.32 | 0.57 | 0.67 |
| Hex | 98 | DB | 7C | 1F | 0 | 2B | E | 66 | 39 | 43 |
| Octal | 230 | 333 | 174 | 37 | 0 | 53 | 16 | 146 | 71 | 103 |
| Binary | 10011000 | 11011011 | 1111100 | 11111 | 0 | 101011 | 1110 | 1100110 | 111001 | 1000011 |
Color Harmonies of #98DB7C
Complementary color
Monochromatic Colors of #98DB7C
Black with #98DB7C
Text Example
Text Example
White with #98DB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DB7C; }
p { color: rgb(152,219,124); }
H1.HeaderClassName
{
color: #98DB7C;
}
.AnyTagClassName
{
color: #98DB7C;
}
</style>
background-color css
<style>
a { background-color: #98DB7C; }
a { background-color: rgb(152,219,124); }
div.DivClassName
{
background-color: #98DB7C;
}
.BgClassName
{
background-color: #98DB7C;
}
</style>
border-color css
<style>
span { border-color: #98DB7C; }
span { border-color: rgb(152,219,124); }
td.TdClassName
{
border-color: #98DB7C;
}
.TagClassName
{
border-color: #98DB7C;
}
</style>