Shades of Gossip #9FDB87
Tints of Gossip #9FDB87
RGB
CMYK
RGB Variations
Color information
#9FDB87 (or 0x9FDB87) is known color: Gossip. HEX triplet: 9F, DB and 87. RGB value is (159,219,135). Sum of RGB (Red+Green+Blue) = 159+219+135=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 135 (53.12% from 255 or 26.32% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDB87 is #602478. Grayscale: #BFBFBF. Windows color (decimal): -6300793 or 8903583. OLE color: 8903583.
HSL color Cylindrical-coordinate representation of color #9FDB87: hue angle of 102.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FDB87 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 135 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.14 |
| HSL | 102.86º | 0.54% | 0.69% | - |
| HSV(B) | 102.86º | 0.38% | 0.86% | - |
| XYZ | 44 | 59.78 | 32.14 | - |
| YUV | 191.48 | 96.12 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 135 | 0.27 | 0 | 0.38 | 0.14 | 102.86 | 0.54 | 0.69 |
| Hex | 9F | DB | 87 | 1B | 0 | 26 | E | 67 | 36 | 45 |
| Octal | 237 | 333 | 207 | 33 | 0 | 46 | 16 | 147 | 66 | 105 |
| Binary | 10011111 | 11011011 | 10000111 | 11011 | 0 | 100110 | 1110 | 1100111 | 110110 | 1000101 |
Color Harmonies of #9FDB87
Complementary color
Monochromatic Colors of #9FDB87
Black with #9FDB87
Text Example
Text Example
White with #9FDB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB87; }
p { color: rgb(159,219,135); }
H1.HeaderClassName
{
color: #9FDB87;
}
.AnyTagClassName
{
color: #9FDB87;
}
</style>
background-color css
<style>
a { background-color: #9FDB87; }
a { background-color: rgb(159,219,135); }
div.DivClassName
{
background-color: #9FDB87;
}
.BgClassName
{
background-color: #9FDB87;
}
</style>
border-color css
<style>
span { border-color: #9FDB87; }
span { border-color: rgb(159,219,135); }
td.TdClassName
{
border-color: #9FDB87;
}
.TagClassName
{
border-color: #9FDB87;
}
</style>