Shades of Gossip #8EE472
Tints of Gossip #8EE472
RGB
CMYK
RGB Variations
Color information
#8EE472 (or 0x8EE472) is known color: Gossip. HEX triplet: 8E, E4 and 72. RGB value is (142,228,114). Sum of RGB (Red+Green+Blue) = 142+228+114=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 228 - color contains mainly: green. Hex color #8EE472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE472 is #711B8D. Grayscale: #BDBDBD. Windows color (decimal): -7412622 or 7529614. OLE color: 7529614.
HSL color Cylindrical-coordinate representation of color #8EE472: hue angle of 105.26º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8EE472 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 228 | 114 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.11 |
| HSL | 105.26º | 0.68% | 0.67% | - |
| HSV(B) | 105.26º | 0.5% | 0.89% | - |
| XYZ | 41.94 | 62.45 | 25.76 | - |
| YUV | 189.29 | 85.51 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 228 | 114 | 0.38 | 0 | 0.50 | 0.11 | 105.26 | 0.68 | 0.67 |
| Hex | 8E | E4 | 72 | 26 | 0 | 32 | B | 69 | 44 | 43 |
| Octal | 216 | 344 | 162 | 46 | 0 | 62 | 13 | 151 | 104 | 103 |
| Binary | 10001110 | 11100100 | 1110010 | 100110 | 0 | 110010 | 1011 | 1101001 | 1000100 | 1000011 |
Color Harmonies of #8EE472
Complementary color
Monochromatic Colors of #8EE472
Black with #8EE472
Text Example
Text Example
White with #8EE472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE472; }
p { color: rgb(142,228,114); }
H1.HeaderClassName
{
color: #8EE472;
}
.AnyTagClassName
{
color: #8EE472;
}
</style>
background-color css
<style>
a { background-color: #8EE472; }
a { background-color: rgb(142,228,114); }
div.DivClassName
{
background-color: #8EE472;
}
.BgClassName
{
background-color: #8EE472;
}
</style>
border-color css
<style>
span { border-color: #8EE472; }
span { border-color: rgb(142,228,114); }
td.TdClassName
{
border-color: #8EE472;
}
.TagClassName
{
border-color: #8EE472;
}
</style>