Shades of Gossip #8ED376
Tints of Gossip #8ED376
RGB
CMYK
RGB Variations
Color information
#8ED376 (or 0x8ED376) is known color: Gossip. HEX triplet: 8E, D3 and 76. RGB value is (142,211,118). Sum of RGB (Red+Green+Blue) = 142+211+118=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED376 is #712C89. Grayscale: #B4B4B4. Windows color (decimal): -7416970 or 7787406. OLE color: 7787406.
HSL color Cylindrical-coordinate representation of color #8ED376: hue angle of 104.52º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ED376 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 211 | 118 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.17 |
| HSL | 104.52º | 0.51% | 0.65% | - |
| HSV(B) | 104.52º | 0.44% | 0.83% | - |
| XYZ | 37.72 | 53.65 | 25.51 | - |
| YUV | 179.77 | 93.14 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 118 | 0.33 | 0 | 0.44 | 0.17 | 104.52 | 0.51 | 0.65 |
| Hex | 8E | D3 | 76 | 21 | 0 | 2C | 11 | 69 | 33 | 41 |
| Octal | 216 | 323 | 166 | 41 | 0 | 54 | 21 | 151 | 63 | 101 |
| Binary | 10001110 | 11010011 | 1110110 | 100001 | 0 | 101100 | 10001 | 1101001 | 110011 | 1000001 |
Color Harmonies of #8ED376
Complementary color
Monochromatic Colors of #8ED376
Black with #8ED376
Text Example
Text Example
White with #8ED376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED376; }
p { color: rgb(142,211,118); }
H1.HeaderClassName
{
color: #8ED376;
}
.AnyTagClassName
{
color: #8ED376;
}
</style>
background-color css
<style>
a { background-color: #8ED376; }
a { background-color: rgb(142,211,118); }
div.DivClassName
{
background-color: #8ED376;
}
.BgClassName
{
background-color: #8ED376;
}
</style>
border-color css
<style>
span { border-color: #8ED376; }
span { border-color: rgb(142,211,118); }
td.TdClassName
{
border-color: #8ED376;
}
.TagClassName
{
border-color: #8ED376;
}
</style>