Shades of Gossip #8EDD7E
Tints of Gossip #8EDD7E
RGB
CMYK
RGB Variations
Color information
#8EDD7E (or 0x8EDD7E) is known color: Gossip. HEX triplet: 8E, DD and 7E. RGB value is (142,221,126). Sum of RGB (Red+Green+Blue) = 142+221+126=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD7E is #712281. Grayscale: #BABABA. Windows color (decimal): -7414402 or 8314254. OLE color: 8314254.
HSL color Cylindrical-coordinate representation of color #8EDD7E: hue angle of 109.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EDD7E is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 126 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.13 |
| HSL | 109.89º | 0.58% | 0.68% | - |
| HSV(B) | 109.89º | 0.43% | 0.87% | - |
| XYZ | 40.78 | 58.97 | 28.97 | - |
| YUV | 186.55 | 93.83 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 126 | 0.36 | 0 | 0.43 | 0.13 | 109.89 | 0.58 | 0.68 |
| Hex | 8E | DD | 7E | 24 | 0 | 2B | D | 6E | 3A | 44 |
| Octal | 216 | 335 | 176 | 44 | 0 | 53 | 15 | 156 | 72 | 104 |
| Binary | 10001110 | 11011101 | 1111110 | 100100 | 0 | 101011 | 1101 | 1101110 | 111010 | 1000100 |
Color Harmonies of #8EDD7E
Complementary color
Monochromatic Colors of #8EDD7E
Black with #8EDD7E
Text Example
Text Example
White with #8EDD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD7E; }
p { color: rgb(142,221,126); }
H1.HeaderClassName
{
color: #8EDD7E;
}
.AnyTagClassName
{
color: #8EDD7E;
}
</style>
background-color css
<style>
a { background-color: #8EDD7E; }
a { background-color: rgb(142,221,126); }
div.DivClassName
{
background-color: #8EDD7E;
}
.BgClassName
{
background-color: #8EDD7E;
}
</style>
border-color css
<style>
span { border-color: #8EDD7E; }
span { border-color: rgb(142,221,126); }
td.TdClassName
{
border-color: #8EDD7E;
}
.TagClassName
{
border-color: #8EDD7E;
}
</style>