Shades of Gossip #9FD785
Tints of Gossip #9FD785
RGB
CMYK
RGB Variations
Color information
#9FD785 (or 0x9FD785) is known color: Gossip. HEX triplet: 9F, D7 and 85. RGB value is (159,215,133). Sum of RGB (Red+Green+Blue) = 159+215+133=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #9FD785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD785 is #60287A. Grayscale: #BDBDBD. Windows color (decimal): -6301819 or 8771487. OLE color: 8771487.
HSL color Cylindrical-coordinate representation of color #9FD785: hue angle of 100.98º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FD785 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 215 | 133 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.16 |
| HSL | 100.98º | 0.51% | 0.68% | - |
| HSV(B) | 100.98º | 0.38% | 0.84% | - |
| XYZ | 42.83 | 57.67 | 31.06 | - |
| YUV | 188.91 | 96.45 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 215 | 133 | 0.26 | 0 | 0.38 | 0.16 | 100.98 | 0.51 | 0.68 |
| Hex | 9F | D7 | 85 | 1A | 0 | 26 | 10 | 65 | 33 | 44 |
| Octal | 237 | 327 | 205 | 32 | 0 | 46 | 20 | 145 | 63 | 104 |
| Binary | 10011111 | 11010111 | 10000101 | 11010 | 0 | 100110 | 10000 | 1100101 | 110011 | 1000100 |
Color Harmonies of #9FD785
Complementary color
Monochromatic Colors of #9FD785
Black with #9FD785
Text Example
Text Example
White with #9FD785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD785; }
p { color: rgb(159,215,133); }
H1.HeaderClassName
{
color: #9FD785;
}
.AnyTagClassName
{
color: #9FD785;
}
</style>
background-color css
<style>
a { background-color: #9FD785; }
a { background-color: rgb(159,215,133); }
div.DivClassName
{
background-color: #9FD785;
}
.BgClassName
{
background-color: #9FD785;
}
</style>
border-color css
<style>
span { border-color: #9FD785; }
span { border-color: rgb(159,215,133); }
td.TdClassName
{
border-color: #9FD785;
}
.TagClassName
{
border-color: #9FD785;
}
</style>