Shades of Gossip #8EDD76
Tints of Gossip #8EDD76
RGB
CMYK
RGB Variations
Color information
#8EDD76 (or 0x8EDD76) is known color: Gossip. HEX triplet: 8E, DD and 76. RGB value is (142,221,118). Sum of RGB (Red+Green+Blue) = 142+221+118=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD76 is #712289. Grayscale: #B9B9B9. Windows color (decimal): -7414410 or 7789966. OLE color: 7789966.
HSL color Cylindrical-coordinate representation of color #8EDD76: hue angle of 106.02º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8EDD76 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 118 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.13 |
| HSL | 106.02º | 0.6% | 0.66% | - |
| HSV(B) | 106.02º | 0.47% | 0.87% | - |
| XYZ | 40.28 | 58.77 | 26.36 | - |
| YUV | 185.64 | 89.83 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 118 | 0.36 | 0 | 0.47 | 0.13 | 106.02 | 0.6 | 0.66 |
| Hex | 8E | DD | 76 | 24 | 0 | 2F | D | 6A | 3C | 42 |
| Octal | 216 | 335 | 166 | 44 | 0 | 57 | 15 | 152 | 74 | 102 |
| Binary | 10001110 | 11011101 | 1110110 | 100100 | 0 | 101111 | 1101 | 1101010 | 111100 | 1000010 |
Color Harmonies of #8EDD76
Complementary color
Monochromatic Colors of #8EDD76
Black with #8EDD76
Text Example
Text Example
White with #8EDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD76; }
p { color: rgb(142,221,118); }
H1.HeaderClassName
{
color: #8EDD76;
}
.AnyTagClassName
{
color: #8EDD76;
}
</style>
background-color css
<style>
a { background-color: #8EDD76; }
a { background-color: rgb(142,221,118); }
div.DivClassName
{
background-color: #8EDD76;
}
.BgClassName
{
background-color: #8EDD76;
}
</style>
border-color css
<style>
span { border-color: #8EDD76; }
span { border-color: rgb(142,221,118); }
td.TdClassName
{
border-color: #8EDD76;
}
.TagClassName
{
border-color: #8EDD76;
}
</style>