Shades of Gossip #9FCF80
Tints of Gossip #9FCF80
RGB
CMYK
RGB Variations
Color information
#9FCF80 (or 0x9FCF80) is known color: Gossip. HEX triplet: 9F, CF and 80. RGB value is (159,207,128). Sum of RGB (Red+Green+Blue) = 159+207+128=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCF80 is #60307F. Grayscale: #B7B7B7. Windows color (decimal): -6303872 or 8441759. OLE color: 8441759.
HSL color Cylindrical-coordinate representation of color #9FCF80: hue angle of 96.46º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FCF80 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 128 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.19 |
| HSL | 96.46º | 0.45% | 0.66% | - |
| HSV(B) | 96.46º | 0.38% | 0.81% | - |
| XYZ | 40.51 | 53.56 | 28.62 | - |
| YUV | 183.64 | 96.6 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 128 | 0.23 | 0 | 0.38 | 0.19 | 96.46 | 0.45 | 0.66 |
| Hex | 9F | CF | 80 | 17 | 0 | 26 | 13 | 60 | 2D | 42 |
| Octal | 237 | 317 | 200 | 27 | 0 | 46 | 23 | 140 | 55 | 102 |
| Binary | 10011111 | 11001111 | 10000000 | 10111 | 0 | 100110 | 10011 | 1100000 | 101101 | 1000010 |
Color Harmonies of #9FCF80
Complementary color
Monochromatic Colors of #9FCF80
Black with #9FCF80
Text Example
Text Example
White with #9FCF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCF80; }
p { color: rgb(159,207,128); }
H1.HeaderClassName
{
color: #9FCF80;
}
.AnyTagClassName
{
color: #9FCF80;
}
</style>
background-color css
<style>
a { background-color: #9FCF80; }
a { background-color: rgb(159,207,128); }
div.DivClassName
{
background-color: #9FCF80;
}
.BgClassName
{
background-color: #9FCF80;
}
</style>
border-color css
<style>
span { border-color: #9FCF80; }
span { border-color: rgb(159,207,128); }
td.TdClassName
{
border-color: #9FCF80;
}
.TagClassName
{
border-color: #9FCF80;
}
</style>