Shades of Gossip #99DB7C
Tints of Gossip #99DB7C
RGB
CMYK
RGB Variations
Color information
#99DB7C (or 0x99DB7C) is known color: Gossip. HEX triplet: 99, DB and 7C. RGB value is (153,219,124). Sum of RGB (Red+Green+Blue) = 153+219+124=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DB7C is #662483. Grayscale: #BCBCBC. Windows color (decimal): -6694020 or 8182681. OLE color: 8182681.
HSL color Cylindrical-coordinate representation of color #99DB7C: hue angle of 101.68º 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 #99DB7C is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 124 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.14 |
| HSL | 101.68º | 0.57% | 0.67% | - |
| HSV(B) | 101.68º | 0.43% | 0.86% | - |
| XYZ | 42.11 | 58.89 | 28.22 | - |
| YUV | 188.44 | 91.63 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 124 | 0.30 | 0 | 0.43 | 0.14 | 101.68 | 0.57 | 0.67 |
| Hex | 99 | DB | 7C | 1E | 0 | 2B | E | 66 | 39 | 43 |
| Octal | 231 | 333 | 174 | 36 | 0 | 53 | 16 | 146 | 71 | 103 |
| Binary | 10011001 | 11011011 | 1111100 | 11110 | 0 | 101011 | 1110 | 1100110 | 111001 | 1000011 |
Color Harmonies of #99DB7C
Complementary color
Monochromatic Colors of #99DB7C
Black with #99DB7C
Text Example
Text Example
White with #99DB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB7C; }
p { color: rgb(153,219,124); }
H1.HeaderClassName
{
color: #99DB7C;
}
.AnyTagClassName
{
color: #99DB7C;
}
</style>
background-color css
<style>
a { background-color: #99DB7C; }
a { background-color: rgb(153,219,124); }
div.DivClassName
{
background-color: #99DB7C;
}
.BgClassName
{
background-color: #99DB7C;
}
</style>
border-color css
<style>
span { border-color: #99DB7C; }
span { border-color: rgb(153,219,124); }
td.TdClassName
{
border-color: #99DB7C;
}
.TagClassName
{
border-color: #99DB7C;
}
</style>