Shades of Gossip #8EE571
Tints of Gossip #8EE571
RGB
CMYK
RGB Variations
Color information
#8EE571 (or 0x8EE571) is known color: Gossip. HEX triplet: 8E, E5 and 71. RGB value is (142,229,113). Sum of RGB (Red+Green+Blue) = 142+229+113=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #8EE571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE571 is #711A8E. Grayscale: #BEBEBE. Windows color (decimal): -7412367 or 7464334. OLE color: 7464334.
HSL color Cylindrical-coordinate representation of color #8EE571: hue angle of 105º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8EE571 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 229 | 113 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.10 |
| HSL | 105º | 0.69% | 0.67% | - |
| HSV(B) | 105º | 0.51% | 0.9% | - |
| XYZ | 42.16 | 62.98 | 25.56 | - |
| YUV | 189.76 | 84.68 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 229 | 113 | 0.38 | 0 | 0.51 | 0.10 | 105 | 0.69 | 0.67 |
| Hex | 8E | E5 | 71 | 26 | 0 | 33 | A | 69 | 45 | 43 |
| Octal | 216 | 345 | 161 | 46 | 0 | 63 | 12 | 151 | 105 | 103 |
| Binary | 10001110 | 11100101 | 1110001 | 100110 | 0 | 110011 | 1010 | 1101001 | 1000101 | 1000011 |
Color Harmonies of #8EE571
Complementary color
Monochromatic Colors of #8EE571
Black with #8EE571
Text Example
Text Example
White with #8EE571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE571; }
p { color: rgb(142,229,113); }
H1.HeaderClassName
{
color: #8EE571;
}
.AnyTagClassName
{
color: #8EE571;
}
</style>
background-color css
<style>
a { background-color: #8EE571; }
a { background-color: rgb(142,229,113); }
div.DivClassName
{
background-color: #8EE571;
}
.BgClassName
{
background-color: #8EE571;
}
</style>
border-color css
<style>
span { border-color: #8EE571; }
span { border-color: rgb(142,229,113); }
td.TdClassName
{
border-color: #8EE571;
}
.TagClassName
{
border-color: #8EE571;
}
</style>