Shades of Gossip #8EE468
Tints of Gossip #8EE468
RGB
CMYK
RGB Variations
Color information
#8EE468 (or 0x8EE468) is known color: Gossip. HEX triplet: 8E, E4 and 68. RGB value is (142,228,104). Sum of RGB (Red+Green+Blue) = 142+228+104=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 228 - color contains mainly: green. Hex color #8EE468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE468 is #711B97. Grayscale: #BCBCBC. Windows color (decimal): -7412632 or 6874254. OLE color: 6874254.
HSL color Cylindrical-coordinate representation of color #8EE468: hue angle of 101.61º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8EE468 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 228 | 104 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.11 |
| HSL | 101.61º | 0.7% | 0.65% | - |
| HSV(B) | 101.61º | 0.54% | 0.89% | - |
| XYZ | 41.4 | 62.24 | 22.93 | - |
| YUV | 188.15 | 80.51 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 228 | 104 | 0.38 | 0 | 0.54 | 0.11 | 101.61 | 0.7 | 0.65 |
| Hex | 8E | E4 | 68 | 26 | 0 | 36 | B | 66 | 46 | 41 |
| Octal | 216 | 344 | 150 | 46 | 0 | 66 | 13 | 146 | 106 | 101 |
| Binary | 10001110 | 11100100 | 1101000 | 100110 | 0 | 110110 | 1011 | 1100110 | 1000110 | 1000001 |
Color Harmonies of #8EE468
Complementary color
Monochromatic Colors of #8EE468
Black with #8EE468
Text Example
Text Example
White with #8EE468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE468; }
p { color: rgb(142,228,104); }
H1.HeaderClassName
{
color: #8EE468;
}
.AnyTagClassName
{
color: #8EE468;
}
</style>
background-color css
<style>
a { background-color: #8EE468; }
a { background-color: rgb(142,228,104); }
div.DivClassName
{
background-color: #8EE468;
}
.BgClassName
{
background-color: #8EE468;
}
</style>
border-color css
<style>
span { border-color: #8EE468; }
span { border-color: rgb(142,228,104); }
td.TdClassName
{
border-color: #8EE468;
}
.TagClassName
{
border-color: #8EE468;
}
</style>