Shades of Gossip #9FDB83
Tints of Gossip #9FDB83
RGB
CMYK
RGB Variations
Color information
#9FDB83 (or 0x9FDB83) is known color: Gossip. HEX triplet: 9F, DB and 83. RGB value is (159,219,131). Sum of RGB (Red+Green+Blue) = 159+219+131=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDB83 is #60247C. Grayscale: #BFBFBF. Windows color (decimal): -6300797 or 8641439. OLE color: 8641439.
HSL color Cylindrical-coordinate representation of color #9FDB83: hue angle of 100.91º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FDB83 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 131 | - |
| CMYK | 0.27 | 0 | 0.40 | 0.14 |
| HSL | 100.91º | 0.55% | 0.69% | - |
| HSV(B) | 100.91º | 0.4% | 0.86% | - |
| XYZ | 43.73 | 59.67 | 30.69 | - |
| YUV | 191.03 | 94.12 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 131 | 0.27 | 0 | 0.40 | 0.14 | 100.91 | 0.55 | 0.69 |
| Hex | 9F | DB | 83 | 1B | 0 | 28 | E | 65 | 37 | 45 |
| Octal | 237 | 333 | 203 | 33 | 0 | 50 | 16 | 145 | 67 | 105 |
| Binary | 10011111 | 11011011 | 10000011 | 11011 | 0 | 101000 | 1110 | 1100101 | 110111 | 1000101 |
Color Harmonies of #9FDB83
Complementary color
Monochromatic Colors of #9FDB83
Black with #9FDB83
Text Example
Text Example
White with #9FDB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB83; }
p { color: rgb(159,219,131); }
H1.HeaderClassName
{
color: #9FDB83;
}
.AnyTagClassName
{
color: #9FDB83;
}
</style>
background-color css
<style>
a { background-color: #9FDB83; }
a { background-color: rgb(159,219,131); }
div.DivClassName
{
background-color: #9FDB83;
}
.BgClassName
{
background-color: #9FDB83;
}
</style>
border-color css
<style>
span { border-color: #9FDB83; }
span { border-color: rgb(159,219,131); }
td.TdClassName
{
border-color: #9FDB83;
}
.TagClassName
{
border-color: #9FDB83;
}
</style>