Shades of Gossip #9FDE84
Tints of Gossip #9FDE84
RGB
CMYK
RGB Variations
Color information
#9FDE84 (or 0x9FDE84) is known color: Gossip. HEX triplet: 9F, DE and 84. RGB value is (159,222,132). Sum of RGB (Red+Green+Blue) = 159+222+132=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDE84 is #60217B. Grayscale: #C1C1C1. Windows color (decimal): -6300028 or 8707743. OLE color: 8707743.
HSL color Cylindrical-coordinate representation of color #9FDE84: hue angle of 102º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FDE84 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 132 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.13 |
| HSL | 102º | 0.58% | 0.69% | - |
| HSV(B) | 102º | 0.41% | 0.87% | - |
| XYZ | 44.58 | 61.28 | 31.31 | - |
| YUV | 192.9 | 93.63 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 132 | 0.28 | 0 | 0.41 | 0.13 | 102 | 0.58 | 0.69 |
| Hex | 9F | DE | 84 | 1C | 0 | 29 | D | 66 | 3A | 45 |
| Octal | 237 | 336 | 204 | 34 | 0 | 51 | 15 | 146 | 72 | 105 |
| Binary | 10011111 | 11011110 | 10000100 | 11100 | 0 | 101001 | 1101 | 1100110 | 111010 | 1000101 |
Color Harmonies of #9FDE84
Complementary color
Monochromatic Colors of #9FDE84
Black with #9FDE84
Text Example
Text Example
White with #9FDE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDE84; }
p { color: rgb(159,222,132); }
H1.HeaderClassName
{
color: #9FDE84;
}
.AnyTagClassName
{
color: #9FDE84;
}
</style>
background-color css
<style>
a { background-color: #9FDE84; }
a { background-color: rgb(159,222,132); }
div.DivClassName
{
background-color: #9FDE84;
}
.BgClassName
{
background-color: #9FDE84;
}
</style>
border-color css
<style>
span { border-color: #9FDE84; }
span { border-color: rgb(159,222,132); }
td.TdClassName
{
border-color: #9FDE84;
}
.TagClassName
{
border-color: #9FDE84;
}
</style>