Shades of Gossip #9FDF83
Tints of Gossip #9FDF83
RGB
CMYK
RGB Variations
Color information
#9FDF83 (or 0x9FDF83) is known color: Gossip. HEX triplet: 9F, DF and 83. RGB value is (159,223,131). Sum of RGB (Red+Green+Blue) = 159+223+131=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDF83 is #60207C. Grayscale: #C1C1C1. Windows color (decimal): -6299773 or 8642463. OLE color: 8642463.
HSL color Cylindrical-coordinate representation of color #9FDF83: hue angle of 101.74º degrees, saturation: 0.59, 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 #9FDF83 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 131 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.13 |
| HSL | 101.74º | 0.59% | 0.69% | - |
| HSV(B) | 101.74º | 0.41% | 0.87% | - |
| XYZ | 44.78 | 61.78 | 31.04 | - |
| YUV | 193.38 | 92.8 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 131 | 0.29 | 0 | 0.41 | 0.13 | 101.74 | 0.59 | 0.69 |
| Hex | 9F | DF | 83 | 1D | 0 | 29 | D | 66 | 3B | 45 |
| Octal | 237 | 337 | 203 | 35 | 0 | 51 | 15 | 146 | 73 | 105 |
| Binary | 10011111 | 11011111 | 10000011 | 11101 | 0 | 101001 | 1101 | 1100110 | 111011 | 1000101 |
Color Harmonies of #9FDF83
Complementary color
Monochromatic Colors of #9FDF83
Black with #9FDF83
Text Example
Text Example
White with #9FDF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDF83; }
p { color: rgb(159,223,131); }
H1.HeaderClassName
{
color: #9FDF83;
}
.AnyTagClassName
{
color: #9FDF83;
}
</style>
background-color css
<style>
a { background-color: #9FDF83; }
a { background-color: rgb(159,223,131); }
div.DivClassName
{
background-color: #9FDF83;
}
.BgClassName
{
background-color: #9FDF83;
}
</style>
border-color css
<style>
span { border-color: #9FDF83; }
span { border-color: rgb(159,223,131); }
td.TdClassName
{
border-color: #9FDF83;
}
.TagClassName
{
border-color: #9FDF83;
}
</style>