Shades of Gossip #8EE06D
Tints of Gossip #8EE06D
RGB
CMYK
RGB Variations
Color information
#8EE06D (or 0x8EE06D) is known color: Gossip. HEX triplet: 8E, E0 and 6D. RGB value is (142,224,109). Sum of RGB (Red+Green+Blue) = 142+224+109=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE06D is #711F92. Grayscale: #BABABA. Windows color (decimal): -7413651 or 7200910. OLE color: 7200910.
HSL color Cylindrical-coordinate representation of color #8EE06D: hue angle of 102.78º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8EE06D is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 109 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.12 |
| HSL | 102.78º | 0.65% | 0.65% | - |
| HSV(B) | 102.78º | 0.51% | 0.88% | - |
| XYZ | 40.57 | 60.17 | 23.94 | - |
| YUV | 186.37 | 84.33 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 109 | 0.37 | 0 | 0.51 | 0.12 | 102.78 | 0.65 | 0.65 |
| Hex | 8E | E0 | 6D | 25 | 0 | 33 | C | 67 | 41 | 41 |
| Octal | 216 | 340 | 155 | 45 | 0 | 63 | 14 | 147 | 101 | 101 |
| Binary | 10001110 | 11100000 | 1101101 | 100101 | 0 | 110011 | 1100 | 1100111 | 1000001 | 1000001 |
Color Harmonies of #8EE06D
Complementary color
Monochromatic Colors of #8EE06D
Black with #8EE06D
Text Example
Text Example
White with #8EE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE06D; }
p { color: rgb(142,224,109); }
H1.HeaderClassName
{
color: #8EE06D;
}
.AnyTagClassName
{
color: #8EE06D;
}
</style>
background-color css
<style>
a { background-color: #8EE06D; }
a { background-color: rgb(142,224,109); }
div.DivClassName
{
background-color: #8EE06D;
}
.BgClassName
{
background-color: #8EE06D;
}
</style>
border-color css
<style>
span { border-color: #8EE06D; }
span { border-color: rgb(142,224,109); }
td.TdClassName
{
border-color: #8EE06D;
}
.TagClassName
{
border-color: #8EE06D;
}
</style>