Shades of Gossip #8FD86B
Tints of Gossip #8FD86B
RGB
CMYK
RGB Variations
Color information
#8FD86B (or 0x8FD86B) is known color: Gossip. HEX triplet: 8F, D8 and 6B. RGB value is (143,216,107). Sum of RGB (Red+Green+Blue) = 143+216+107=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD86B is #702794. Grayscale: #B6B6B6. Windows color (decimal): -7350165 or 7067791. OLE color: 7067791.
HSL color Cylindrical-coordinate representation of color #8FD86B: hue angle of 100.18º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FD86B is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 216 | 107 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.15 |
| HSL | 100.18º | 0.58% | 0.63% | - |
| HSV(B) | 100.18º | 0.5% | 0.85% | - |
| XYZ | 38.54 | 56.01 | 22.69 | - |
| YUV | 181.75 | 85.82 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 216 | 107 | 0.34 | 0 | 0.50 | 0.15 | 100.18 | 0.58 | 0.63 |
| Hex | 8F | D8 | 6B | 22 | 0 | 32 | F | 64 | 3A | 3F |
| Octal | 217 | 330 | 153 | 42 | 0 | 62 | 17 | 144 | 72 | 77 |
| Binary | 10001111 | 11011000 | 1101011 | 100010 | 0 | 110010 | 1111 | 1100100 | 111010 | 111111 |
Color Harmonies of #8FD86B
Complementary color
Monochromatic Colors of #8FD86B
Black with #8FD86B
Text Example
Text Example
White with #8FD86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD86B; }
p { color: rgb(143,216,107); }
H1.HeaderClassName
{
color: #8FD86B;
}
.AnyTagClassName
{
color: #8FD86B;
}
</style>
background-color css
<style>
a { background-color: #8FD86B; }
a { background-color: rgb(143,216,107); }
div.DivClassName
{
background-color: #8FD86B;
}
.BgClassName
{
background-color: #8FD86B;
}
</style>
border-color css
<style>
span { border-color: #8FD86B; }
span { border-color: rgb(143,216,107); }
td.TdClassName
{
border-color: #8FD86B;
}
.TagClassName
{
border-color: #8FD86B;
}
</style>