Shades of Gossip #8ED86D
Tints of Gossip #8ED86D
RGB
CMYK
RGB Variations
Color information
#8ED86D (or 0x8ED86D) is known color: Gossip. HEX triplet: 8E, D8 and 6D. RGB value is (142,216,109). Sum of RGB (Red+Green+Blue) = 142+216+109=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED86D is #712792. Grayscale: #B6B6B6. Windows color (decimal): -7415699 or 7198862. OLE color: 7198862.
HSL color Cylindrical-coordinate representation of color #8ED86D: hue angle of 101.5º 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 #8ED86D is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 216 | 109 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.15 |
| HSL | 101.5º | 0.58% | 0.64% | - |
| HSV(B) | 101.5º | 0.5% | 0.85% | - |
| XYZ | 38.47 | 55.97 | 23.24 | - |
| YUV | 181.68 | 86.98 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 109 | 0.34 | 0 | 0.50 | 0.15 | 101.5 | 0.58 | 0.64 |
| Hex | 8E | D8 | 6D | 22 | 0 | 32 | F | 65 | 3A | 40 |
| Octal | 216 | 330 | 155 | 42 | 0 | 62 | 17 | 145 | 72 | 100 |
| Binary | 10001110 | 11011000 | 1101101 | 100010 | 0 | 110010 | 1111 | 1100101 | 111010 | 1000000 |
Color Harmonies of #8ED86D
Complementary color
Monochromatic Colors of #8ED86D
Black with #8ED86D
Text Example
Text Example
White with #8ED86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED86D; }
p { color: rgb(142,216,109); }
H1.HeaderClassName
{
color: #8ED86D;
}
.AnyTagClassName
{
color: #8ED86D;
}
</style>
background-color css
<style>
a { background-color: #8ED86D; }
a { background-color: rgb(142,216,109); }
div.DivClassName
{
background-color: #8ED86D;
}
.BgClassName
{
background-color: #8ED86D;
}
</style>
border-color css
<style>
span { border-color: #8ED86D; }
span { border-color: rgb(142,216,109); }
td.TdClassName
{
border-color: #8ED86D;
}
.TagClassName
{
border-color: #8ED86D;
}
</style>