Shades of Gossip #8ED778
Tints of Gossip #8ED778
RGB
CMYK
RGB Variations
Color information
#8ED778 (or 0x8ED778) is known color: Gossip. HEX triplet: 8E, D7 and 78. RGB value is (142,215,120). Sum of RGB (Red+Green+Blue) = 142+215+120=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED778 is #712887. Grayscale: #B6B6B6. Windows color (decimal): -7415944 or 7919502. OLE color: 7919502.
HSL color Cylindrical-coordinate representation of color #8ED778: hue angle of 106.11º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ED778 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 215 | 120 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.16 |
| HSL | 106.11º | 0.54% | 0.66% | - |
| HSV(B) | 106.11º | 0.44% | 0.84% | - |
| XYZ | 38.85 | 55.71 | 26.47 | - |
| YUV | 182.34 | 92.82 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 215 | 120 | 0.34 | 0 | 0.44 | 0.16 | 106.11 | 0.54 | 0.66 |
| Hex | 8E | D7 | 78 | 22 | 0 | 2C | 10 | 6A | 36 | 42 |
| Octal | 216 | 327 | 170 | 42 | 0 | 54 | 20 | 152 | 66 | 102 |
| Binary | 10001110 | 11010111 | 1111000 | 100010 | 0 | 101100 | 10000 | 1101010 | 110110 | 1000010 |
Color Harmonies of #8ED778
Complementary color
Monochromatic Colors of #8ED778
Black with #8ED778
Text Example
Text Example
White with #8ED778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED778; }
p { color: rgb(142,215,120); }
H1.HeaderClassName
{
color: #8ED778;
}
.AnyTagClassName
{
color: #8ED778;
}
</style>
background-color css
<style>
a { background-color: #8ED778; }
a { background-color: rgb(142,215,120); }
div.DivClassName
{
background-color: #8ED778;
}
.BgClassName
{
background-color: #8ED778;
}
</style>
border-color css
<style>
span { border-color: #8ED778; }
span { border-color: rgb(142,215,120); }
td.TdClassName
{
border-color: #8ED778;
}
.TagClassName
{
border-color: #8ED778;
}
</style>