Shades of Gossip #8ED87F
Tints of Gossip #8ED87F
RGB
CMYK
RGB Variations
Color information
#8ED87F (or 0x8ED87F) is known color: Gossip. HEX triplet: 8E, D8 and 7F. RGB value is (142,216,127). Sum of RGB (Red+Green+Blue) = 142+216+127=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED87F is #712780. Grayscale: #B8B8B8. Windows color (decimal): -7415681 or 8378510. OLE color: 8378510.
HSL color Cylindrical-coordinate representation of color #8ED87F: hue angle of 109.89º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ED87F is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 216 | 127 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.15 |
| HSL | 109.89º | 0.53% | 0.67% | - |
| HSV(B) | 109.89º | 0.41% | 0.85% | - |
| XYZ | 39.54 | 56.39 | 28.88 | - |
| YUV | 183.73 | 95.98 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 127 | 0.34 | 0 | 0.41 | 0.15 | 109.89 | 0.53 | 0.67 |
| Hex | 8E | D8 | 7F | 22 | 0 | 29 | F | 6E | 35 | 43 |
| Octal | 216 | 330 | 177 | 42 | 0 | 51 | 17 | 156 | 65 | 103 |
| Binary | 10001110 | 11011000 | 1111111 | 100010 | 0 | 101001 | 1111 | 1101110 | 110101 | 1000011 |
Color Harmonies of #8ED87F
Complementary color
Monochromatic Colors of #8ED87F
Black with #8ED87F
Text Example
Text Example
White with #8ED87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED87F; }
p { color: rgb(142,216,127); }
H1.HeaderClassName
{
color: #8ED87F;
}
.AnyTagClassName
{
color: #8ED87F;
}
</style>
background-color css
<style>
a { background-color: #8ED87F; }
a { background-color: rgb(142,216,127); }
div.DivClassName
{
background-color: #8ED87F;
}
.BgClassName
{
background-color: #8ED87F;
}
</style>
border-color css
<style>
span { border-color: #8ED87F; }
span { border-color: rgb(142,216,127); }
td.TdClassName
{
border-color: #8ED87F;
}
.TagClassName
{
border-color: #8ED87F;
}
</style>