Shades of Gossip #8ED777
Tints of Gossip #8ED777
RGB
CMYK
RGB Variations
Color information
#8ED777 (or 0x8ED777) is known color: Gossip. HEX triplet: 8E, D7 and 77. RGB value is (142,215,119). Sum of RGB (Red+Green+Blue) = 142+215+119=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED777 is #712888. Grayscale: #B6B6B6. Windows color (decimal): -7415945 or 7853966. OLE color: 7853966.
HSL color Cylindrical-coordinate representation of color #8ED777: hue angle of 105.62º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ED777 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 215 | 119 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.16 |
| HSL | 105.63º | 0.55% | 0.65% | - |
| HSV(B) | 105.63º | 0.45% | 0.84% | - |
| XYZ | 38.79 | 55.68 | 26.16 | - |
| YUV | 182.23 | 92.32 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 215 | 119 | 0.34 | 0 | 0.45 | 0.16 | 105.63 | 0.55 | 0.65 |
| Hex | 8E | D7 | 77 | 22 | 0 | 2D | 10 | 6A | 37 | 41 |
| Octal | 216 | 327 | 167 | 42 | 0 | 55 | 20 | 152 | 67 | 101 |
| Binary | 10001110 | 11010111 | 1110111 | 100010 | 0 | 101101 | 10000 | 1101010 | 110111 | 1000001 |
Color Harmonies of #8ED777
Complementary color
Monochromatic Colors of #8ED777
Black with #8ED777
Text Example
Text Example
White with #8ED777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED777; }
p { color: rgb(142,215,119); }
H1.HeaderClassName
{
color: #8ED777;
}
.AnyTagClassName
{
color: #8ED777;
}
</style>
background-color css
<style>
a { background-color: #8ED777; }
a { background-color: rgb(142,215,119); }
div.DivClassName
{
background-color: #8ED777;
}
.BgClassName
{
background-color: #8ED777;
}
</style>
border-color css
<style>
span { border-color: #8ED777; }
span { border-color: rgb(142,215,119); }
td.TdClassName
{
border-color: #8ED777;
}
.TagClassName
{
border-color: #8ED777;
}
</style>