Shades of Gossip #8FD86C
Tints of Gossip #8FD86C
RGB
CMYK
RGB Variations
Color information
#8FD86C (or 0x8FD86C) is known color: Gossip. HEX triplet: 8F, D8 and 6C. RGB value is (143,216,108). Sum of RGB (Red+Green+Blue) = 143+216+108=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD86C is #702793. Grayscale: #B6B6B6. Windows color (decimal): -7350164 or 7133327. OLE color: 7133327.
HSL color Cylindrical-coordinate representation of color #8FD86C: hue angle of 100.56º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FD86C is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 216 | 108 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.15 |
| HSL | 100.56º | 0.58% | 0.64% | - |
| HSV(B) | 100.56º | 0.5% | 0.85% | - |
| XYZ | 38.59 | 56.03 | 22.97 | - |
| YUV | 181.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 216 | 108 | 0.34 | 0 | 0.50 | 0.15 | 100.56 | 0.58 | 0.64 |
| Hex | 8F | D8 | 6C | 22 | 0 | 32 | F | 65 | 3A | 40 |
| Octal | 217 | 330 | 154 | 42 | 0 | 62 | 17 | 145 | 72 | 100 |
| Binary | 10001111 | 11011000 | 1101100 | 100010 | 0 | 110010 | 1111 | 1100101 | 111010 | 1000000 |
Color Harmonies of #8FD86C
Complementary color
Monochromatic Colors of #8FD86C
Black with #8FD86C
Text Example
Text Example
White with #8FD86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD86C; }
p { color: rgb(143,216,108); }
H1.HeaderClassName
{
color: #8FD86C;
}
.AnyTagClassName
{
color: #8FD86C;
}
</style>
background-color css
<style>
a { background-color: #8FD86C; }
a { background-color: rgb(143,216,108); }
div.DivClassName
{
background-color: #8FD86C;
}
.BgClassName
{
background-color: #8FD86C;
}
</style>
border-color css
<style>
span { border-color: #8FD86C; }
span { border-color: rgb(143,216,108); }
td.TdClassName
{
border-color: #8FD86C;
}
.TagClassName
{
border-color: #8FD86C;
}
</style>