Shades of Gossip #8EE16B
Tints of Gossip #8EE16B
RGB
CMYK
RGB Variations
Color information
#8EE16B (or 0x8EE16B) is known color: Gossip. HEX triplet: 8E, E1 and 6B. RGB value is (142,225,107). Sum of RGB (Red+Green+Blue) = 142+225+107=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE16B is #711E94. Grayscale: #BBBBBB. Windows color (decimal): -7413397 or 7070094. OLE color: 7070094.
HSL color Cylindrical-coordinate representation of color #8EE16B: hue angle of 102.2º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8EE16B is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 225 | 107 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.12 |
| HSL | 102.2º | 0.66% | 0.65% | - |
| HSV(B) | 102.2º | 0.52% | 0.88% | - |
| XYZ | 40.73 | 60.66 | 23.47 | - |
| YUV | 186.73 | 83 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 225 | 107 | 0.37 | 0 | 0.52 | 0.12 | 102.2 | 0.66 | 0.65 |
| Hex | 8E | E1 | 6B | 25 | 0 | 34 | C | 66 | 42 | 41 |
| Octal | 216 | 341 | 153 | 45 | 0 | 64 | 14 | 146 | 102 | 101 |
| Binary | 10001110 | 11100001 | 1101011 | 100101 | 0 | 110100 | 1100 | 1100110 | 1000010 | 1000001 |
Color Harmonies of #8EE16B
Complementary color
Monochromatic Colors of #8EE16B
Black with #8EE16B
Text Example
Text Example
White with #8EE16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE16B; }
p { color: rgb(142,225,107); }
H1.HeaderClassName
{
color: #8EE16B;
}
.AnyTagClassName
{
color: #8EE16B;
}
</style>
background-color css
<style>
a { background-color: #8EE16B; }
a { background-color: rgb(142,225,107); }
div.DivClassName
{
background-color: #8EE16B;
}
.BgClassName
{
background-color: #8EE16B;
}
</style>
border-color css
<style>
span { border-color: #8EE16B; }
span { border-color: rgb(142,225,107); }
td.TdClassName
{
border-color: #8EE16B;
}
.TagClassName
{
border-color: #8EE16B;
}
</style>