Shades of Gossip #9FD580
Tints of Gossip #9FD580
RGB
CMYK
RGB Variations
Color information
#9FD580 (or 0x9FD580) is known color: Gossip. HEX triplet: 9F, D5 and 80. RGB value is (159,213,128). Sum of RGB (Red+Green+Blue) = 159+213+128=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD580 is #602A7F. Grayscale: #BBBBBB. Windows color (decimal): -6302336 or 8443295. OLE color: 8443295.
HSL color Cylindrical-coordinate representation of color #9FD580: hue angle of 98.12º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FD580 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 213 | 128 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.16 |
| HSL | 98.12º | 0.5% | 0.67% | - |
| HSV(B) | 98.12º | 0.4% | 0.84% | - |
| XYZ | 41.99 | 56.52 | 29.12 | - |
| YUV | 187.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 128 | 0.25 | 0 | 0.40 | 0.16 | 98.12 | 0.5 | 0.67 |
| Hex | 9F | D5 | 80 | 19 | 0 | 28 | 10 | 62 | 32 | 43 |
| Octal | 237 | 325 | 200 | 31 | 0 | 50 | 20 | 142 | 62 | 103 |
| Binary | 10011111 | 11010101 | 10000000 | 11001 | 0 | 101000 | 10000 | 1100010 | 110010 | 1000011 |
Color Harmonies of #9FD580
Complementary color
Monochromatic Colors of #9FD580
Black with #9FD580
Text Example
Text Example
White with #9FD580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD580; }
p { color: rgb(159,213,128); }
H1.HeaderClassName
{
color: #9FD580;
}
.AnyTagClassName
{
color: #9FD580;
}
</style>
background-color css
<style>
a { background-color: #9FD580; }
a { background-color: rgb(159,213,128); }
div.DivClassName
{
background-color: #9FD580;
}
.BgClassName
{
background-color: #9FD580;
}
</style>
border-color css
<style>
span { border-color: #9FD580; }
span { border-color: rgb(159,213,128); }
td.TdClassName
{
border-color: #9FD580;
}
.TagClassName
{
border-color: #9FD580;
}
</style>