Shades of Gossip #9FDD84
Tints of Gossip #9FDD84
RGB
CMYK
RGB Variations
Color information
#9FDD84 (or 0x9FDD84) is known color: Gossip. HEX triplet: 9F, DD and 84. RGB value is (159,221,132). Sum of RGB (Red+Green+Blue) = 159+221+132=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDD84 is #60227B. Grayscale: #C0C0C0. Windows color (decimal): -6300284 or 8707487. OLE color: 8707487.
HSL color Cylindrical-coordinate representation of color #9FDD84: hue angle of 101.8º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FDD84 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 132 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.13 |
| HSL | 101.8º | 0.57% | 0.69% | - |
| HSV(B) | 101.8º | 0.4% | 0.87% | - |
| XYZ | 44.32 | 60.75 | 31.22 | - |
| YUV | 192.32 | 93.96 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 132 | 0.28 | 0 | 0.40 | 0.13 | 101.8 | 0.57 | 0.69 |
| Hex | 9F | DD | 84 | 1C | 0 | 28 | D | 66 | 39 | 45 |
| Octal | 237 | 335 | 204 | 34 | 0 | 50 | 15 | 146 | 71 | 105 |
| Binary | 10011111 | 11011101 | 10000100 | 11100 | 0 | 101000 | 1101 | 1100110 | 111001 | 1000101 |
Color Harmonies of #9FDD84
Complementary color
Monochromatic Colors of #9FDD84
Black with #9FDD84
Text Example
Text Example
White with #9FDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD84; }
p { color: rgb(159,221,132); }
H1.HeaderClassName
{
color: #9FDD84;
}
.AnyTagClassName
{
color: #9FDD84;
}
</style>
background-color css
<style>
a { background-color: #9FDD84; }
a { background-color: rgb(159,221,132); }
div.DivClassName
{
background-color: #9FDD84;
}
.BgClassName
{
background-color: #9FDD84;
}
</style>
border-color css
<style>
span { border-color: #9FDD84; }
span { border-color: rgb(159,221,132); }
td.TdClassName
{
border-color: #9FDD84;
}
.TagClassName
{
border-color: #9FDD84;
}
</style>