Shades of Gossip #8EDA7E
Tints of Gossip #8EDA7E
RGB
CMYK
RGB Variations
Color information
#8EDA7E (or 0x8EDA7E) is known color: Gossip. HEX triplet: 8E, DA and 7E. RGB value is (142,218,126). Sum of RGB (Red+Green+Blue) = 142+218+126=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDA7E is #712581. Grayscale: #B9B9B9. Windows color (decimal): -7415170 or 8313486. OLE color: 8313486.
HSL color Cylindrical-coordinate representation of color #8EDA7E: hue angle of 109.57º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EDA7E is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 126 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.15 |
| HSL | 109.57º | 0.55% | 0.67% | - |
| HSV(B) | 109.57º | 0.42% | 0.85% | - |
| XYZ | 39.99 | 57.4 | 28.71 | - |
| YUV | 184.79 | 94.82 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 126 | 0.35 | 0 | 0.42 | 0.15 | 109.57 | 0.55 | 0.67 |
| Hex | 8E | DA | 7E | 23 | 0 | 2A | F | 6E | 37 | 43 |
| Octal | 216 | 332 | 176 | 43 | 0 | 52 | 17 | 156 | 67 | 103 |
| Binary | 10001110 | 11011010 | 1111110 | 100011 | 0 | 101010 | 1111 | 1101110 | 110111 | 1000011 |
Color Harmonies of #8EDA7E
Complementary color
Monochromatic Colors of #8EDA7E
Black with #8EDA7E
Text Example
Text Example
White with #8EDA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDA7E; }
p { color: rgb(142,218,126); }
H1.HeaderClassName
{
color: #8EDA7E;
}
.AnyTagClassName
{
color: #8EDA7E;
}
</style>
background-color css
<style>
a { background-color: #8EDA7E; }
a { background-color: rgb(142,218,126); }
div.DivClassName
{
background-color: #8EDA7E;
}
.BgClassName
{
background-color: #8EDA7E;
}
</style>
border-color css
<style>
span { border-color: #8EDA7E; }
span { border-color: rgb(142,218,126); }
td.TdClassName
{
border-color: #8EDA7E;
}
.TagClassName
{
border-color: #8EDA7E;
}
</style>