Shades of Gossip #99DB7E
Tints of Gossip #99DB7E
RGB
CMYK
RGB Variations
Color information
#99DB7E (or 0x99DB7E) is known color: Gossip. HEX triplet: 99, DB and 7E. RGB value is (153,219,126). Sum of RGB (Red+Green+Blue) = 153+219+126=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DB7E is #662481. Grayscale: #BCBCBC. Windows color (decimal): -6694018 or 8313753. OLE color: 8313753.
HSL color Cylindrical-coordinate representation of color #99DB7E: hue angle of 102.58º 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 #99DB7E is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 126 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.14 |
| HSL | 102.58º | 0.56% | 0.68% | - |
| HSV(B) | 102.58º | 0.42% | 0.86% | - |
| XYZ | 42.23 | 58.94 | 28.89 | - |
| YUV | 188.66 | 92.63 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 126 | 0.30 | 0 | 0.42 | 0.14 | 102.58 | 0.56 | 0.68 |
| Hex | 99 | DB | 7E | 1E | 0 | 2A | E | 67 | 38 | 44 |
| Octal | 231 | 333 | 176 | 36 | 0 | 52 | 16 | 147 | 70 | 104 |
| Binary | 10011001 | 11011011 | 1111110 | 11110 | 0 | 101010 | 1110 | 1100111 | 111000 | 1000100 |
Color Harmonies of #99DB7E
Complementary color
Monochromatic Colors of #99DB7E
Black with #99DB7E
Text Example
Text Example
White with #99DB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB7E; }
p { color: rgb(153,219,126); }
H1.HeaderClassName
{
color: #99DB7E;
}
.AnyTagClassName
{
color: #99DB7E;
}
</style>
background-color css
<style>
a { background-color: #99DB7E; }
a { background-color: rgb(153,219,126); }
div.DivClassName
{
background-color: #99DB7E;
}
.BgClassName
{
background-color: #99DB7E;
}
</style>
border-color css
<style>
span { border-color: #99DB7E; }
span { border-color: rgb(153,219,126); }
td.TdClassName
{
border-color: #99DB7E;
}
.TagClassName
{
border-color: #99DB7E;
}
</style>