Shades of Gossip #8EDD6D
Tints of Gossip #8EDD6D
RGB
CMYK
RGB Variations
Color information
#8EDD6D (or 0x8EDD6D) is known color: Gossip. HEX triplet: 8E, DD and 6D. RGB value is (142,221,109). Sum of RGB (Red+Green+Blue) = 142+221+109=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD6D is #712292. Grayscale: #B8B8B8. Windows color (decimal): -7414419 or 7200142. OLE color: 7200142.
HSL color Cylindrical-coordinate representation of color #8EDD6D: hue angle of 102.32º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8EDD6D is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 109 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.13 |
| HSL | 102.32º | 0.62% | 0.65% | - |
| HSV(B) | 102.32º | 0.51% | 0.87% | - |
| XYZ | 39.77 | 58.57 | 23.68 | - |
| YUV | 184.61 | 85.33 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 109 | 0.36 | 0 | 0.51 | 0.13 | 102.32 | 0.62 | 0.65 |
| Hex | 8E | DD | 6D | 24 | 0 | 33 | D | 66 | 3E | 41 |
| Octal | 216 | 335 | 155 | 44 | 0 | 63 | 15 | 146 | 76 | 101 |
| Binary | 10001110 | 11011101 | 1101101 | 100100 | 0 | 110011 | 1101 | 1100110 | 111110 | 1000001 |
Color Harmonies of #8EDD6D
Complementary color
Monochromatic Colors of #8EDD6D
Black with #8EDD6D
Text Example
Text Example
White with #8EDD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD6D; }
p { color: rgb(142,221,109); }
H1.HeaderClassName
{
color: #8EDD6D;
}
.AnyTagClassName
{
color: #8EDD6D;
}
</style>
background-color css
<style>
a { background-color: #8EDD6D; }
a { background-color: rgb(142,221,109); }
div.DivClassName
{
background-color: #8EDD6D;
}
.BgClassName
{
background-color: #8EDD6D;
}
</style>
border-color css
<style>
span { border-color: #8EDD6D; }
span { border-color: rgb(142,221,109); }
td.TdClassName
{
border-color: #8EDD6D;
}
.TagClassName
{
border-color: #8EDD6D;
}
</style>