Shades of Gossip #8ED76C
Tints of Gossip #8ED76C
RGB
CMYK
RGB Variations
Color information
#8ED76C (or 0x8ED76C) is known color: Gossip. HEX triplet: 8E, D7 and 6C. RGB value is (142,215,108). Sum of RGB (Red+Green+Blue) = 142+215+108=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED76C is #712893. Grayscale: #B5B5B5. Windows color (decimal): -7415956 or 7133070. OLE color: 7133070.
HSL color Cylindrical-coordinate representation of color #8ED76C: hue angle of 100.93º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8ED76C is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 215 | 108 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.16 |
| HSL | 100.93º | 0.57% | 0.63% | - |
| HSV(B) | 100.93º | 0.5% | 0.84% | - |
| XYZ | 38.16 | 55.43 | 22.88 | - |
| YUV | 180.98 | 86.82 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 215 | 108 | 0.34 | 0 | 0.50 | 0.16 | 100.93 | 0.57 | 0.63 |
| Hex | 8E | D7 | 6C | 22 | 0 | 32 | 10 | 65 | 39 | 3F |
| Octal | 216 | 327 | 154 | 42 | 0 | 62 | 20 | 145 | 71 | 77 |
| Binary | 10001110 | 11010111 | 1101100 | 100010 | 0 | 110010 | 10000 | 1100101 | 111001 | 111111 |
Color Harmonies of #8ED76C
Complementary color
Monochromatic Colors of #8ED76C
Black with #8ED76C
Text Example
Text Example
White with #8ED76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED76C; }
p { color: rgb(142,215,108); }
H1.HeaderClassName
{
color: #8ED76C;
}
.AnyTagClassName
{
color: #8ED76C;
}
</style>
background-color css
<style>
a { background-color: #8ED76C; }
a { background-color: rgb(142,215,108); }
div.DivClassName
{
background-color: #8ED76C;
}
.BgClassName
{
background-color: #8ED76C;
}
</style>
border-color css
<style>
span { border-color: #8ED76C; }
span { border-color: rgb(142,215,108); }
td.TdClassName
{
border-color: #8ED76C;
}
.TagClassName
{
border-color: #8ED76C;
}
</style>