Shades of Gossip #9FCD85
Tints of Gossip #9FCD85
RGB
CMYK
RGB Variations
Color information
#9FCD85 (or 0x9FCD85) is known color: Gossip. HEX triplet: 9F, CD and 85. RGB value is (159,205,133). Sum of RGB (Red+Green+Blue) = 159+205+133=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCD85 is #60327A. Grayscale: #B7B7B7. Windows color (decimal): -6304379 or 8768927. OLE color: 8768927.
HSL color Cylindrical-coordinate representation of color #9FCD85: hue angle of 98.33º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FCD85 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 133 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.20 |
| HSL | 98.33º | 0.42% | 0.66% | - |
| HSV(B) | 98.33º | 0.35% | 0.8% | - |
| XYZ | 40.36 | 52.73 | 30.24 | - |
| YUV | 183.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 133 | 0.22 | 0 | 0.35 | 0.20 | 98.33 | 0.42 | 0.66 |
| Hex | 9F | CD | 85 | 16 | 0 | 23 | 14 | 62 | 2A | 42 |
| Octal | 237 | 315 | 205 | 26 | 0 | 43 | 24 | 142 | 52 | 102 |
| Binary | 10011111 | 11001101 | 10000101 | 10110 | 0 | 100011 | 10100 | 1100010 | 101010 | 1000010 |
Color Harmonies of #9FCD85
Complementary color
Monochromatic Colors of #9FCD85
Black with #9FCD85
Text Example
Text Example
White with #9FCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD85; }
p { color: rgb(159,205,133); }
H1.HeaderClassName
{
color: #9FCD85;
}
.AnyTagClassName
{
color: #9FCD85;
}
</style>
background-color css
<style>
a { background-color: #9FCD85; }
a { background-color: rgb(159,205,133); }
div.DivClassName
{
background-color: #9FCD85;
}
.BgClassName
{
background-color: #9FCD85;
}
</style>
border-color css
<style>
span { border-color: #9FCD85; }
span { border-color: rgb(159,205,133); }
td.TdClassName
{
border-color: #9FCD85;
}
.TagClassName
{
border-color: #9FCD85;
}
</style>