Shades of Gossip #9FDA87
Tints of Gossip #9FDA87
RGB
CMYK
RGB Variations
Color information
#9FDA87 (or 0x9FDA87) is known color: Gossip. HEX triplet: 9F, DA and 87. RGB value is (159,218,135). Sum of RGB (Red+Green+Blue) = 159+218+135=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDA87 is #602578. Grayscale: #BFBFBF. Windows color (decimal): -6301049 or 8903327. OLE color: 8903327.
HSL color Cylindrical-coordinate representation of color #9FDA87: hue angle of 102.65º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FDA87 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 135 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.15 |
| HSL | 102.65º | 0.53% | 0.69% | - |
| HSV(B) | 102.65º | 0.38% | 0.85% | - |
| XYZ | 43.74 | 59.26 | 32.06 | - |
| YUV | 190.9 | 96.45 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 135 | 0.27 | 0 | 0.38 | 0.15 | 102.65 | 0.53 | 0.69 |
| Hex | 9F | DA | 87 | 1B | 0 | 26 | F | 67 | 35 | 45 |
| Octal | 237 | 332 | 207 | 33 | 0 | 46 | 17 | 147 | 65 | 105 |
| Binary | 10011111 | 11011010 | 10000111 | 11011 | 0 | 100110 | 1111 | 1100111 | 110101 | 1000101 |
Color Harmonies of #9FDA87
Complementary color
Monochromatic Colors of #9FDA87
Black with #9FDA87
Text Example
Text Example
White with #9FDA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA87; }
p { color: rgb(159,218,135); }
H1.HeaderClassName
{
color: #9FDA87;
}
.AnyTagClassName
{
color: #9FDA87;
}
</style>
background-color css
<style>
a { background-color: #9FDA87; }
a { background-color: rgb(159,218,135); }
div.DivClassName
{
background-color: #9FDA87;
}
.BgClassName
{
background-color: #9FDA87;
}
</style>
border-color css
<style>
span { border-color: #9FDA87; }
span { border-color: rgb(159,218,135); }
td.TdClassName
{
border-color: #9FDA87;
}
.TagClassName
{
border-color: #9FDA87;
}
</style>