Shades of Gossip #8EE07C
Tints of Gossip #8EE07C
RGB
CMYK
RGB Variations
Color information
#8EE07C (or 0x8EE07C) is known color: Gossip. HEX triplet: 8E, E0 and 7C. RGB value is (142,224,124). Sum of RGB (Red+Green+Blue) = 142+224+124=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE07C is #711F83. Grayscale: #BCBCBC. Windows color (decimal): -7413636 or 8183950. OLE color: 8183950.
HSL color Cylindrical-coordinate representation of color #8EE07C: hue angle of 109.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8EE07C is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 124 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.12 |
| HSL | 109.2º | 0.62% | 0.68% | - |
| HSV(B) | 109.2º | 0.45% | 0.88% | - |
| XYZ | 41.45 | 60.52 | 28.57 | - |
| YUV | 188.08 | 91.83 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 124 | 0.37 | 0 | 0.45 | 0.12 | 109.2 | 0.62 | 0.68 |
| Hex | 8E | E0 | 7C | 25 | 0 | 2D | C | 6D | 3E | 44 |
| Octal | 216 | 340 | 174 | 45 | 0 | 55 | 14 | 155 | 76 | 104 |
| Binary | 10001110 | 11100000 | 1111100 | 100101 | 0 | 101101 | 1100 | 1101101 | 111110 | 1000100 |
Color Harmonies of #8EE07C
Complementary color
Monochromatic Colors of #8EE07C
Black with #8EE07C
Text Example
Text Example
White with #8EE07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE07C; }
p { color: rgb(142,224,124); }
H1.HeaderClassName
{
color: #8EE07C;
}
.AnyTagClassName
{
color: #8EE07C;
}
</style>
background-color css
<style>
a { background-color: #8EE07C; }
a { background-color: rgb(142,224,124); }
div.DivClassName
{
background-color: #8EE07C;
}
.BgClassName
{
background-color: #8EE07C;
}
</style>
border-color css
<style>
span { border-color: #8EE07C; }
span { border-color: rgb(142,224,124); }
td.TdClassName
{
border-color: #8EE07C;
}
.TagClassName
{
border-color: #8EE07C;
}
</style>