Shades of Gossip #9FDC80
Tints of Gossip #9FDC80
RGB
CMYK
RGB Variations
Color information
#9FDC80 (or 0x9FDC80) is known color: Gossip. HEX triplet: 9F, DC and 80. RGB value is (159,220,128). Sum of RGB (Red+Green+Blue) = 159+220+128=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDC80 is #60237F. Grayscale: #BFBFBF. Windows color (decimal): -6300544 or 8445087. OLE color: 8445087.
HSL color Cylindrical-coordinate representation of color #9FDC80: hue angle of 99.78º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FDC80 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 128 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.14 |
| HSL | 99.78º | 0.57% | 0.68% | - |
| HSV(B) | 99.78º | 0.42% | 0.86% | - |
| XYZ | 43.79 | 60.12 | 29.72 | - |
| YUV | 191.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 128 | 0.28 | 0 | 0.42 | 0.14 | 99.78 | 0.57 | 0.68 |
| Hex | 9F | DC | 80 | 1C | 0 | 2A | E | 64 | 39 | 44 |
| Octal | 237 | 334 | 200 | 34 | 0 | 52 | 16 | 144 | 71 | 104 |
| Binary | 10011111 | 11011100 | 10000000 | 11100 | 0 | 101010 | 1110 | 1100100 | 111001 | 1000100 |
Color Harmonies of #9FDC80
Complementary color
Monochromatic Colors of #9FDC80
Black with #9FDC80
Text Example
Text Example
White with #9FDC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC80; }
p { color: rgb(159,220,128); }
H1.HeaderClassName
{
color: #9FDC80;
}
.AnyTagClassName
{
color: #9FDC80;
}
</style>
background-color css
<style>
a { background-color: #9FDC80; }
a { background-color: rgb(159,220,128); }
div.DivClassName
{
background-color: #9FDC80;
}
.BgClassName
{
background-color: #9FDC80;
}
</style>
border-color css
<style>
span { border-color: #9FDC80; }
span { border-color: rgb(159,220,128); }
td.TdClassName
{
border-color: #9FDC80;
}
.TagClassName
{
border-color: #9FDC80;
}
</style>