Shades of Gossip #8EE478
Tints of Gossip #8EE478
RGB
CMYK
RGB Variations
Color information
#8EE478 (or 0x8EE478) is known color: Gossip. HEX triplet: 8E, E4 and 78. RGB value is (142,228,120). Sum of RGB (Red+Green+Blue) = 142+228+120=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #8EE478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE478 is #711B87. Grayscale: #BEBEBE. Windows color (decimal): -7412616 or 7922830. OLE color: 7922830.
HSL color Cylindrical-coordinate representation of color #8EE478: hue angle of 107.78º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8EE478 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 228 | 120 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.11 |
| HSL | 107.78º | 0.67% | 0.68% | - |
| HSV(B) | 107.78º | 0.47% | 0.89% | - |
| XYZ | 42.29 | 62.59 | 27.62 | - |
| YUV | 189.97 | 88.51 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 228 | 120 | 0.38 | 0 | 0.47 | 0.11 | 107.78 | 0.67 | 0.68 |
| Hex | 8E | E4 | 78 | 26 | 0 | 2F | B | 6C | 43 | 44 |
| Octal | 216 | 344 | 170 | 46 | 0 | 57 | 13 | 154 | 103 | 104 |
| Binary | 10001110 | 11100100 | 1111000 | 100110 | 0 | 101111 | 1011 | 1101100 | 1000011 | 1000100 |
Color Harmonies of #8EE478
Complementary color
Monochromatic Colors of #8EE478
Black with #8EE478
Text Example
Text Example
White with #8EE478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE478; }
p { color: rgb(142,228,120); }
H1.HeaderClassName
{
color: #8EE478;
}
.AnyTagClassName
{
color: #8EE478;
}
</style>
background-color css
<style>
a { background-color: #8EE478; }
a { background-color: rgb(142,228,120); }
div.DivClassName
{
background-color: #8EE478;
}
.BgClassName
{
background-color: #8EE478;
}
</style>
border-color css
<style>
span { border-color: #8EE478; }
span { border-color: rgb(142,228,120); }
td.TdClassName
{
border-color: #8EE478;
}
.TagClassName
{
border-color: #8EE478;
}
</style>