Shades of Gossip #8ED676
Tints of Gossip #8ED676
RGB
CMYK
RGB Variations
Color information
#8ED676 (or 0x8ED676) is known color: Gossip. HEX triplet: 8E, D6 and 76. RGB value is (142,214,118). Sum of RGB (Red+Green+Blue) = 142+214+118=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED676 is #712989. Grayscale: #B5B5B5. Windows color (decimal): -7416202 or 7788174. OLE color: 7788174.
HSL color Cylindrical-coordinate representation of color #8ED676: hue angle of 105º degrees, saturation: 0.54, 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 #8ED676 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 214 | 118 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.16 |
| HSL | 105º | 0.54% | 0.65% | - |
| HSV(B) | 105º | 0.45% | 0.84% | - |
| XYZ | 38.47 | 55.15 | 25.76 | - |
| YUV | 181.53 | 92.15 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 214 | 118 | 0.34 | 0 | 0.45 | 0.16 | 105 | 0.54 | 0.65 |
| Hex | 8E | D6 | 76 | 22 | 0 | 2D | 10 | 69 | 36 | 41 |
| Octal | 216 | 326 | 166 | 42 | 0 | 55 | 20 | 151 | 66 | 101 |
| Binary | 10001110 | 11010110 | 1110110 | 100010 | 0 | 101101 | 10000 | 1101001 | 110110 | 1000001 |
Color Harmonies of #8ED676
Complementary color
Monochromatic Colors of #8ED676
Black with #8ED676
Text Example
Text Example
White with #8ED676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED676; }
p { color: rgb(142,214,118); }
H1.HeaderClassName
{
color: #8ED676;
}
.AnyTagClassName
{
color: #8ED676;
}
</style>
background-color css
<style>
a { background-color: #8ED676; }
a { background-color: rgb(142,214,118); }
div.DivClassName
{
background-color: #8ED676;
}
.BgClassName
{
background-color: #8ED676;
}
</style>
border-color css
<style>
span { border-color: #8ED676; }
span { border-color: rgb(142,214,118); }
td.TdClassName
{
border-color: #8ED676;
}
.TagClassName
{
border-color: #8ED676;
}
</style>