Shades of Gossip #8EC577
Tints of Gossip #8EC577
RGB
CMYK
RGB Variations
Color information
#8EC577 (or 0x8EC577) is known color: Gossip. HEX triplet: 8E, C5 and 77. RGB value is (142,197,119). Sum of RGB (Red+Green+Blue) = 142+197+119=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC577 is #713A88. Grayscale: #ABABAB. Windows color (decimal): -7420553 or 7849358. OLE color: 7849358.
HSL color Cylindrical-coordinate representation of color #8EC577: hue angle of 102.31º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EC577 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 197 | 119 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.23 |
| HSL | 102.31º | 0.4% | 0.62% | - |
| HSV(B) | 102.31º | 0.4% | 0.77% | - |
| XYZ | 34.45 | 47.02 | 24.71 | - |
| YUV | 171.66 | 98.28 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 197 | 119 | 0.28 | 0 | 0.40 | 0.23 | 102.31 | 0.4 | 0.62 |
| Hex | 8E | C5 | 77 | 1C | 0 | 28 | 17 | 66 | 28 | 3E |
| Octal | 216 | 305 | 167 | 34 | 0 | 50 | 27 | 146 | 50 | 76 |
| Binary | 10001110 | 11000101 | 1110111 | 11100 | 0 | 101000 | 10111 | 1100110 | 101000 | 111110 |
Color Harmonies of #8EC577
Complementary color
Monochromatic Colors of #8EC577
Black with #8EC577
Text Example
Text Example
White with #8EC577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC577; }
p { color: rgb(142,197,119); }
H1.HeaderClassName
{
color: #8EC577;
}
.AnyTagClassName
{
color: #8EC577;
}
</style>
background-color css
<style>
a { background-color: #8EC577; }
a { background-color: rgb(142,197,119); }
div.DivClassName
{
background-color: #8EC577;
}
.BgClassName
{
background-color: #8EC577;
}
</style>
border-color css
<style>
span { border-color: #8EC577; }
span { border-color: rgb(142,197,119); }
td.TdClassName
{
border-color: #8EC577;
}
.TagClassName
{
border-color: #8EC577;
}
</style>