Shades of Gossip #8EE07B
Tints of Gossip #8EE07B
RGB
CMYK
RGB Variations
Color information
#8EE07B (or 0x8EE07B) is known color: Gossip. HEX triplet: 8E, E0 and 7B. RGB value is (142,224,123). Sum of RGB (Red+Green+Blue) = 142+224+123=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE07B is #711F84. Grayscale: #BCBCBC. Windows color (decimal): -7413637 or 8118414. OLE color: 8118414.
HSL color Cylindrical-coordinate representation of color #8EE07B: hue angle of 108.71º 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 #8EE07B is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 123 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.12 |
| HSL | 108.71º | 0.62% | 0.68% | - |
| HSV(B) | 108.71º | 0.45% | 0.88% | - |
| XYZ | 41.39 | 60.49 | 28.23 | - |
| YUV | 187.97 | 91.33 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 123 | 0.37 | 0 | 0.45 | 0.12 | 108.71 | 0.62 | 0.68 |
| Hex | 8E | E0 | 7B | 25 | 0 | 2D | C | 6D | 3E | 44 |
| Octal | 216 | 340 | 173 | 45 | 0 | 55 | 14 | 155 | 76 | 104 |
| Binary | 10001110 | 11100000 | 1111011 | 100101 | 0 | 101101 | 1100 | 1101101 | 111110 | 1000100 |
Color Harmonies of #8EE07B
Complementary color
Monochromatic Colors of #8EE07B
Black with #8EE07B
Text Example
Text Example
White with #8EE07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE07B; }
p { color: rgb(142,224,123); }
H1.HeaderClassName
{
color: #8EE07B;
}
.AnyTagClassName
{
color: #8EE07B;
}
</style>
background-color css
<style>
a { background-color: #8EE07B; }
a { background-color: rgb(142,224,123); }
div.DivClassName
{
background-color: #8EE07B;
}
.BgClassName
{
background-color: #8EE07B;
}
</style>
border-color css
<style>
span { border-color: #8EE07B; }
span { border-color: rgb(142,224,123); }
td.TdClassName
{
border-color: #8EE07B;
}
.TagClassName
{
border-color: #8EE07B;
}
</style>