Shades of Gossip #9FDB82
Tints of Gossip #9FDB82
RGB
CMYK
RGB Variations
Color information
#9FDB82 (or 0x9FDB82) is known color: Gossip. HEX triplet: 9F, DB and 82. RGB value is (159,219,130). Sum of RGB (Red+Green+Blue) = 159+219+130=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDB82 is #60247D. Grayscale: #BFBFBF. Windows color (decimal): -6300798 or 8575903. OLE color: 8575903.
HSL color Cylindrical-coordinate representation of color #9FDB82: hue angle of 100.45º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FDB82 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 130 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.14 |
| HSL | 100.45º | 0.55% | 0.68% | - |
| HSV(B) | 100.45º | 0.41% | 0.86% | - |
| XYZ | 43.66 | 59.65 | 30.33 | - |
| YUV | 190.91 | 93.62 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 130 | 0.27 | 0 | 0.41 | 0.14 | 100.45 | 0.55 | 0.68 |
| Hex | 9F | DB | 82 | 1B | 0 | 29 | E | 64 | 37 | 44 |
| Octal | 237 | 333 | 202 | 33 | 0 | 51 | 16 | 144 | 67 | 104 |
| Binary | 10011111 | 11011011 | 10000010 | 11011 | 0 | 101001 | 1110 | 1100100 | 110111 | 1000100 |
Color Harmonies of #9FDB82
Complementary color
Monochromatic Colors of #9FDB82
Black with #9FDB82
Text Example
Text Example
White with #9FDB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB82; }
p { color: rgb(159,219,130); }
H1.HeaderClassName
{
color: #9FDB82;
}
.AnyTagClassName
{
color: #9FDB82;
}
</style>
background-color css
<style>
a { background-color: #9FDB82; }
a { background-color: rgb(159,219,130); }
div.DivClassName
{
background-color: #9FDB82;
}
.BgClassName
{
background-color: #9FDB82;
}
</style>
border-color css
<style>
span { border-color: #9FDB82; }
span { border-color: rgb(159,219,130); }
td.TdClassName
{
border-color: #9FDB82;
}
.TagClassName
{
border-color: #9FDB82;
}
</style>