Shades of Gossip #8ECF7D
Tints of Gossip #8ECF7D
RGB
CMYK
RGB Variations
Color information
#8ECF7D (or 0x8ECF7D) is known color: Gossip. HEX triplet: 8E, CF and 7D. RGB value is (142,207,125). Sum of RGB (Red+Green+Blue) = 142+207+125=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECF7D is #713082. Grayscale: #B2B2B2. Windows color (decimal): -7417987 or 8245134. OLE color: 8245134.
HSL color Cylindrical-coordinate representation of color #8ECF7D: hue angle of 107.56º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ECF7D is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 125 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.19 |
| HSL | 107.56º | 0.46% | 0.65% | - |
| HSV(B) | 107.56º | 0.4% | 0.81% | - |
| XYZ | 37.17 | 51.86 | 27.45 | - |
| YUV | 178.22 | 97.97 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 125 | 0.31 | 0 | 0.40 | 0.19 | 107.56 | 0.46 | 0.65 |
| Hex | 8E | CF | 7D | 1F | 0 | 28 | 13 | 6C | 2E | 41 |
| Octal | 216 | 317 | 175 | 37 | 0 | 50 | 23 | 154 | 56 | 101 |
| Binary | 10001110 | 11001111 | 1111101 | 11111 | 0 | 101000 | 10011 | 1101100 | 101110 | 1000001 |
Color Harmonies of #8ECF7D
Complementary color
Monochromatic Colors of #8ECF7D
Black with #8ECF7D
Text Example
Text Example
White with #8ECF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECF7D; }
p { color: rgb(142,207,125); }
H1.HeaderClassName
{
color: #8ECF7D;
}
.AnyTagClassName
{
color: #8ECF7D;
}
</style>
background-color css
<style>
a { background-color: #8ECF7D; }
a { background-color: rgb(142,207,125); }
div.DivClassName
{
background-color: #8ECF7D;
}
.BgClassName
{
background-color: #8ECF7D;
}
</style>
border-color css
<style>
span { border-color: #8ECF7D; }
span { border-color: rgb(142,207,125); }
td.TdClassName
{
border-color: #8ECF7D;
}
.TagClassName
{
border-color: #8ECF7D;
}
</style>