Shades of Gossip #8EE470
Tints of Gossip #8EE470
RGB
CMYK
RGB Variations
Color information
#8EE470 (or 0x8EE470) is known color: Gossip. HEX triplet: 8E, E4 and 70. RGB value is (142,228,112). Sum of RGB (Red+Green+Blue) = 142+228+112=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 228 - color contains mainly: green. Hex color #8EE470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE470 is #711B8F. Grayscale: #BDBDBD. Windows color (decimal): -7412624 or 7398542. OLE color: 7398542.
HSL color Cylindrical-coordinate representation of color #8EE470: hue angle of 104.48º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8EE470 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 228 | 112 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.11 |
| HSL | 104.48º | 0.68% | 0.67% | - |
| HSV(B) | 104.48º | 0.51% | 0.89% | - |
| XYZ | 41.82 | 62.41 | 25.17 | - |
| YUV | 189.06 | 84.51 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 228 | 112 | 0.38 | 0 | 0.51 | 0.11 | 104.48 | 0.68 | 0.67 |
| Hex | 8E | E4 | 70 | 26 | 0 | 33 | B | 68 | 44 | 43 |
| Octal | 216 | 344 | 160 | 46 | 0 | 63 | 13 | 150 | 104 | 103 |
| Binary | 10001110 | 11100100 | 1110000 | 100110 | 0 | 110011 | 1011 | 1101000 | 1000100 | 1000011 |
Color Harmonies of #8EE470
Complementary color
Monochromatic Colors of #8EE470
Black with #8EE470
Text Example
Text Example
White with #8EE470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE470; }
p { color: rgb(142,228,112); }
H1.HeaderClassName
{
color: #8EE470;
}
.AnyTagClassName
{
color: #8EE470;
}
</style>
background-color css
<style>
a { background-color: #8EE470; }
a { background-color: rgb(142,228,112); }
div.DivClassName
{
background-color: #8EE470;
}
.BgClassName
{
background-color: #8EE470;
}
</style>
border-color css
<style>
span { border-color: #8EE470; }
span { border-color: rgb(142,228,112); }
td.TdClassName
{
border-color: #8EE470;
}
.TagClassName
{
border-color: #8EE470;
}
</style>