Shades of Gossip #9FDD83
Tints of Gossip #9FDD83
RGB
CMYK
RGB Variations
Color information
#9FDD83 (or 0x9FDD83) is known color: Gossip. HEX triplet: 9F, DD and 83. RGB value is (159,221,131). Sum of RGB (Red+Green+Blue) = 159+221+131=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDD83 is #60227C. Grayscale: #C0C0C0. Windows color (decimal): -6300285 or 8641951. OLE color: 8641951.
HSL color Cylindrical-coordinate representation of color #9FDD83: hue angle of 101.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FDD83 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 131 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.13 |
| HSL | 101.33º | 0.57% | 0.69% | - |
| HSV(B) | 101.33º | 0.41% | 0.87% | - |
| XYZ | 44.25 | 60.72 | 30.86 | - |
| YUV | 192.2 | 93.46 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 131 | 0.28 | 0 | 0.41 | 0.13 | 101.33 | 0.57 | 0.69 |
| Hex | 9F | DD | 83 | 1C | 0 | 29 | D | 65 | 39 | 45 |
| Octal | 237 | 335 | 203 | 34 | 0 | 51 | 15 | 145 | 71 | 105 |
| Binary | 10011111 | 11011101 | 10000011 | 11100 | 0 | 101001 | 1101 | 1100101 | 111001 | 1000101 |
Color Harmonies of #9FDD83
Complementary color
Monochromatic Colors of #9FDD83
Black with #9FDD83
Text Example
Text Example
White with #9FDD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD83; }
p { color: rgb(159,221,131); }
H1.HeaderClassName
{
color: #9FDD83;
}
.AnyTagClassName
{
color: #9FDD83;
}
</style>
background-color css
<style>
a { background-color: #9FDD83; }
a { background-color: rgb(159,221,131); }
div.DivClassName
{
background-color: #9FDD83;
}
.BgClassName
{
background-color: #9FDD83;
}
</style>
border-color css
<style>
span { border-color: #9FDD83; }
span { border-color: rgb(159,221,131); }
td.TdClassName
{
border-color: #9FDD83;
}
.TagClassName
{
border-color: #9FDD83;
}
</style>