Shades of Gossip #9FDF84
Tints of Gossip #9FDF84
RGB
CMYK
RGB Variations
Color information
#9FDF84 (or 0x9FDF84) is known color: Gossip. HEX triplet: 9F, DF and 84. RGB value is (159,223,132). Sum of RGB (Red+Green+Blue) = 159+223+132=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDF84 is #60207B. Grayscale: #C1C1C1. Windows color (decimal): -6299772 or 8707999. OLE color: 8707999.
HSL color Cylindrical-coordinate representation of color #9FDF84: hue angle of 102.2º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FDF84 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 132 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.13 |
| HSL | 102.2º | 0.59% | 0.7% | - |
| HSV(B) | 102.2º | 0.41% | 0.87% | - |
| XYZ | 44.85 | 61.81 | 31.4 | - |
| YUV | 193.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 132 | 0.29 | 0 | 0.41 | 0.13 | 102.2 | 0.59 | 0.7 |
| Hex | 9F | DF | 84 | 1D | 0 | 29 | D | 66 | 3B | 46 |
| Octal | 237 | 337 | 204 | 35 | 0 | 51 | 15 | 146 | 73 | 106 |
| Binary | 10011111 | 11011111 | 10000100 | 11101 | 0 | 101001 | 1101 | 1100110 | 111011 | 1000110 |
Color Harmonies of #9FDF84
Complementary color
Monochromatic Colors of #9FDF84
Black with #9FDF84
Text Example
Text Example
White with #9FDF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDF84; }
p { color: rgb(159,223,132); }
H1.HeaderClassName
{
color: #9FDF84;
}
.AnyTagClassName
{
color: #9FDF84;
}
</style>
background-color css
<style>
a { background-color: #9FDF84; }
a { background-color: rgb(159,223,132); }
div.DivClassName
{
background-color: #9FDF84;
}
.BgClassName
{
background-color: #9FDF84;
}
</style>
border-color css
<style>
span { border-color: #9FDF84; }
span { border-color: rgb(159,223,132); }
td.TdClassName
{
border-color: #9FDF84;
}
.TagClassName
{
border-color: #9FDF84;
}
</style>