Shades of Gossip #8ED679
Tints of Gossip #8ED679
RGB
CMYK
RGB Variations
Color information
#8ED679 (or 0x8ED679) is known color: Gossip. HEX triplet: 8E, D6 and 79. RGB value is (142,214,121). Sum of RGB (Red+Green+Blue) = 142+214+121=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED679 is #712986. Grayscale: #B6B6B6. Windows color (decimal): -7416199 or 7984782. OLE color: 7984782.
HSL color Cylindrical-coordinate representation of color #8ED679: hue angle of 106.45º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ED679 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 214 | 121 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.16 |
| HSL | 106.45º | 0.53% | 0.66% | - |
| HSV(B) | 106.45º | 0.43% | 0.84% | - |
| XYZ | 38.65 | 55.22 | 26.71 | - |
| YUV | 181.87 | 93.65 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 214 | 121 | 0.34 | 0 | 0.43 | 0.16 | 106.45 | 0.53 | 0.66 |
| Hex | 8E | D6 | 79 | 22 | 0 | 2B | 10 | 6A | 35 | 42 |
| Octal | 216 | 326 | 171 | 42 | 0 | 53 | 20 | 152 | 65 | 102 |
| Binary | 10001110 | 11010110 | 1111001 | 100010 | 0 | 101011 | 10000 | 1101010 | 110101 | 1000010 |
Color Harmonies of #8ED679
Complementary color
Monochromatic Colors of #8ED679
Black with #8ED679
Text Example
Text Example
White with #8ED679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED679; }
p { color: rgb(142,214,121); }
H1.HeaderClassName
{
color: #8ED679;
}
.AnyTagClassName
{
color: #8ED679;
}
</style>
background-color css
<style>
a { background-color: #8ED679; }
a { background-color: rgb(142,214,121); }
div.DivClassName
{
background-color: #8ED679;
}
.BgClassName
{
background-color: #8ED679;
}
</style>
border-color css
<style>
span { border-color: #8ED679; }
span { border-color: rgb(142,214,121); }
td.TdClassName
{
border-color: #8ED679;
}
.TagClassName
{
border-color: #8ED679;
}
</style>