Shades of Gossip #9FDB80
Tints of Gossip #9FDB80
RGB
CMYK
RGB Variations
Color information
#9FDB80 (or 0x9FDB80) is known color: Gossip. HEX triplet: 9F, DB and 80. RGB value is (159,219,128). Sum of RGB (Red+Green+Blue) = 159+219+128=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDB80 is #60247F. Grayscale: #BEBEBE. Windows color (decimal): -6300800 or 8444831. OLE color: 8444831.
HSL color Cylindrical-coordinate representation of color #9FDB80: hue angle of 99.56º degrees, saturation: 0.56, 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 #9FDB80 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 128 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.14 |
| HSL | 99.56º | 0.56% | 0.68% | - |
| HSV(B) | 99.56º | 0.42% | 0.86% | - |
| XYZ | 43.53 | 59.59 | 29.63 | - |
| YUV | 190.69 | 92.62 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 128 | 0.27 | 0 | 0.42 | 0.14 | 99.56 | 0.56 | 0.68 |
| Hex | 9F | DB | 80 | 1B | 0 | 2A | E | 64 | 38 | 44 |
| Octal | 237 | 333 | 200 | 33 | 0 | 52 | 16 | 144 | 70 | 104 |
| Binary | 10011111 | 11011011 | 10000000 | 11011 | 0 | 101010 | 1110 | 1100100 | 111000 | 1000100 |
Color Harmonies of #9FDB80
Complementary color
Monochromatic Colors of #9FDB80
Black with #9FDB80
Text Example
Text Example
White with #9FDB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB80; }
p { color: rgb(159,219,128); }
H1.HeaderClassName
{
color: #9FDB80;
}
.AnyTagClassName
{
color: #9FDB80;
}
</style>
background-color css
<style>
a { background-color: #9FDB80; }
a { background-color: rgb(159,219,128); }
div.DivClassName
{
background-color: #9FDB80;
}
.BgClassName
{
background-color: #9FDB80;
}
</style>
border-color css
<style>
span { border-color: #9FDB80; }
span { border-color: rgb(159,219,128); }
td.TdClassName
{
border-color: #9FDB80;
}
.TagClassName
{
border-color: #9FDB80;
}
</style>