Shades of Gossip #8EE36D
Tints of Gossip #8EE36D
RGB
CMYK
RGB Variations
Color information
#8EE36D (or 0x8EE36D) is known color: Gossip. HEX triplet: 8E, E3 and 6D. RGB value is (142,227,109). Sum of RGB (Red+Green+Blue) = 142+227+109=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #8EE36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE36D is #711C92. Grayscale: #BCBCBC. Windows color (decimal): -7412883 or 7201678. OLE color: 7201678.
HSL color Cylindrical-coordinate representation of color #8EE36D: hue angle of 103.22º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8EE36D is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 227 | 109 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.11 |
| HSL | 103.22º | 0.68% | 0.66% | - |
| HSV(B) | 103.22º | 0.52% | 0.89% | - |
| XYZ | 41.38 | 61.79 | 24.21 | - |
| YUV | 188.13 | 83.34 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 227 | 109 | 0.37 | 0 | 0.52 | 0.11 | 103.22 | 0.68 | 0.66 |
| Hex | 8E | E3 | 6D | 25 | 0 | 34 | B | 67 | 44 | 42 |
| Octal | 216 | 343 | 155 | 45 | 0 | 64 | 13 | 147 | 104 | 102 |
| Binary | 10001110 | 11100011 | 1101101 | 100101 | 0 | 110100 | 1011 | 1100111 | 1000100 | 1000010 |
Color Harmonies of #8EE36D
Complementary color
Monochromatic Colors of #8EE36D
Black with #8EE36D
Text Example
Text Example
White with #8EE36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE36D; }
p { color: rgb(142,227,109); }
H1.HeaderClassName
{
color: #8EE36D;
}
.AnyTagClassName
{
color: #8EE36D;
}
</style>
background-color css
<style>
a { background-color: #8EE36D; }
a { background-color: rgb(142,227,109); }
div.DivClassName
{
background-color: #8EE36D;
}
.BgClassName
{
background-color: #8EE36D;
}
</style>
border-color css
<style>
span { border-color: #8EE36D; }
span { border-color: rgb(142,227,109); }
td.TdClassName
{
border-color: #8EE36D;
}
.TagClassName
{
border-color: #8EE36D;
}
</style>