Shades of Gossip #8EC07D
Tints of Gossip #8EC07D
RGB
CMYK
RGB Variations
Color information
#8EC07D (or 0x8EC07D) is known color: Gossip. HEX triplet: 8E, C0 and 7D. RGB value is (142,192,125). Sum of RGB (Red+Green+Blue) = 142+192+125=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #8EC07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC07D is #713F82. Grayscale: #A9A9A9. Windows color (decimal): -7421827 or 8241294. OLE color: 8241294.
HSL color Cylindrical-coordinate representation of color #8EC07D: hue angle of 104.78º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EC07D is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 192 | 125 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.25 |
| HSL | 104.78º | 0.35% | 0.62% | - |
| HSV(B) | 104.78º | 0.35% | 0.75% | - |
| XYZ | 33.71 | 44.93 | 26.3 | - |
| YUV | 169.41 | 102.94 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 192 | 125 | 0.26 | 0 | 0.35 | 0.25 | 104.78 | 0.35 | 0.62 |
| Hex | 8E | C0 | 7D | 1A | 0 | 23 | 19 | 69 | 23 | 3E |
| Octal | 216 | 300 | 175 | 32 | 0 | 43 | 31 | 151 | 43 | 76 |
| Binary | 10001110 | 11000000 | 1111101 | 11010 | 0 | 100011 | 11001 | 1101001 | 100011 | 111110 |
Color Harmonies of #8EC07D
Complementary color
Monochromatic Colors of #8EC07D
Black with #8EC07D
Text Example
Text Example
White with #8EC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC07D; }
p { color: rgb(142,192,125); }
H1.HeaderClassName
{
color: #8EC07D;
}
.AnyTagClassName
{
color: #8EC07D;
}
</style>
background-color css
<style>
a { background-color: #8EC07D; }
a { background-color: rgb(142,192,125); }
div.DivClassName
{
background-color: #8EC07D;
}
.BgClassName
{
background-color: #8EC07D;
}
</style>
border-color css
<style>
span { border-color: #8EC07D; }
span { border-color: rgb(142,192,125); }
td.TdClassName
{
border-color: #8EC07D;
}
.TagClassName
{
border-color: #8EC07D;
}
</style>