Shades of Gossip #8EE46B
Tints of Gossip #8EE46B
RGB
CMYK
RGB Variations
Color information
#8EE46B (or 0x8EE46B) is known color: Gossip. HEX triplet: 8E, E4 and 6B. RGB value is (142,228,107). Sum of RGB (Red+Green+Blue) = 142+228+107=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 228 (89.45% from 255 or 47.80% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 228 - color contains mainly: green. Hex color #8EE46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE46B is #711B94. Grayscale: #BCBCBC. Windows color (decimal): -7412629 or 7070862. OLE color: 7070862.
HSL color Cylindrical-coordinate representation of color #8EE46B: hue angle of 102.64º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8EE46B is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 228 | 107 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.11 |
| HSL | 102.64º | 0.69% | 0.66% | - |
| HSV(B) | 102.64º | 0.53% | 0.89% | - |
| XYZ | 41.55 | 62.3 | 23.74 | - |
| YUV | 188.49 | 82.01 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 228 | 107 | 0.38 | 0 | 0.53 | 0.11 | 102.64 | 0.69 | 0.66 |
| Hex | 8E | E4 | 6B | 26 | 0 | 35 | B | 67 | 45 | 42 |
| Octal | 216 | 344 | 153 | 46 | 0 | 65 | 13 | 147 | 105 | 102 |
| Binary | 10001110 | 11100100 | 1101011 | 100110 | 0 | 110101 | 1011 | 1100111 | 1000101 | 1000010 |
Color Harmonies of #8EE46B
Complementary color
Monochromatic Colors of #8EE46B
Black with #8EE46B
Text Example
Text Example
White with #8EE46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE46B; }
p { color: rgb(142,228,107); }
H1.HeaderClassName
{
color: #8EE46B;
}
.AnyTagClassName
{
color: #8EE46B;
}
</style>
background-color css
<style>
a { background-color: #8EE46B; }
a { background-color: rgb(142,228,107); }
div.DivClassName
{
background-color: #8EE46B;
}
.BgClassName
{
background-color: #8EE46B;
}
</style>
border-color css
<style>
span { border-color: #8EE46B; }
span { border-color: rgb(142,228,107); }
td.TdClassName
{
border-color: #8EE46B;
}
.TagClassName
{
border-color: #8EE46B;
}
</style>