Shades of Gossip #8EE17B
Tints of Gossip #8EE17B
RGB
CMYK
RGB Variations
Color information
#8EE17B (or 0x8EE17B) is known color: Gossip. HEX triplet: 8E, E1 and 7B. RGB value is (142,225,123). Sum of RGB (Red+Green+Blue) = 142+225+123=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE17B is #711E84. Grayscale: #BCBCBC. Windows color (decimal): -7413381 or 8118670. OLE color: 8118670.
HSL color Cylindrical-coordinate representation of color #8EE17B: hue angle of 108.82º degrees, saturation: 0.63, 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 #8EE17B is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 225 | 123 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.12 |
| HSL | 108.82º | 0.63% | 0.68% | - |
| HSV(B) | 108.82º | 0.45% | 0.88% | - |
| XYZ | 41.66 | 61.03 | 28.32 | - |
| YUV | 188.56 | 91 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 225 | 123 | 0.37 | 0 | 0.45 | 0.12 | 108.82 | 0.63 | 0.68 |
| Hex | 8E | E1 | 7B | 25 | 0 | 2D | C | 6D | 3F | 44 |
| Octal | 216 | 341 | 173 | 45 | 0 | 55 | 14 | 155 | 77 | 104 |
| Binary | 10001110 | 11100001 | 1111011 | 100101 | 0 | 101101 | 1100 | 1101101 | 111111 | 1000100 |
Color Harmonies of #8EE17B
Complementary color
Monochromatic Colors of #8EE17B
Black with #8EE17B
Text Example
Text Example
White with #8EE17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE17B; }
p { color: rgb(142,225,123); }
H1.HeaderClassName
{
color: #8EE17B;
}
.AnyTagClassName
{
color: #8EE17B;
}
</style>
background-color css
<style>
a { background-color: #8EE17B; }
a { background-color: rgb(142,225,123); }
div.DivClassName
{
background-color: #8EE17B;
}
.BgClassName
{
background-color: #8EE17B;
}
</style>
border-color css
<style>
span { border-color: #8EE17B; }
span { border-color: rgb(142,225,123); }
td.TdClassName
{
border-color: #8EE17B;
}
.TagClassName
{
border-color: #8EE17B;
}
</style>