Shades of Gossip #9FDF85
Tints of Gossip #9FDF85
RGB
CMYK
RGB Variations
Color information
#9FDF85 (or 0x9FDF85) is known color: Gossip. HEX triplet: 9F, DF and 85. RGB value is (159,223,133). Sum of RGB (Red+Green+Blue) = 159+223+133=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDF85 is #60207A. Grayscale: #C1C1C1. Windows color (decimal): -6299771 or 8773535. OLE color: 8773535.
HSL color Cylindrical-coordinate representation of color #9FDF85: hue angle of 102.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FDF85 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 133 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.13 |
| HSL | 102.67º | 0.58% | 0.7% | - |
| HSV(B) | 102.67º | 0.4% | 0.87% | - |
| XYZ | 44.92 | 61.84 | 31.76 | - |
| YUV | 193.6 | 93.8 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 133 | 0.29 | 0 | 0.40 | 0.13 | 102.67 | 0.58 | 0.7 |
| Hex | 9F | DF | 85 | 1D | 0 | 28 | D | 67 | 3A | 46 |
| Octal | 237 | 337 | 205 | 35 | 0 | 50 | 15 | 147 | 72 | 106 |
| Binary | 10011111 | 11011111 | 10000101 | 11101 | 0 | 101000 | 1101 | 1100111 | 111010 | 1000110 |
Color Harmonies of #9FDF85
Complementary color
Monochromatic Colors of #9FDF85
Black with #9FDF85
Text Example
Text Example
White with #9FDF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDF85; }
p { color: rgb(159,223,133); }
H1.HeaderClassName
{
color: #9FDF85;
}
.AnyTagClassName
{
color: #9FDF85;
}
</style>
background-color css
<style>
a { background-color: #9FDF85; }
a { background-color: rgb(159,223,133); }
div.DivClassName
{
background-color: #9FDF85;
}
.BgClassName
{
background-color: #9FDF85;
}
</style>
border-color css
<style>
span { border-color: #9FDF85; }
span { border-color: rgb(159,223,133); }
td.TdClassName
{
border-color: #9FDF85;
}
.TagClassName
{
border-color: #9FDF85;
}
</style>