Shades of Gossip #8EE367
Tints of Gossip #8EE367
RGB
CMYK
RGB Variations
Color information
#8EE367 (or 0x8EE367) is known color: Gossip. HEX triplet: 8E, E3 and 67. RGB value is (142,227,103). Sum of RGB (Red+Green+Blue) = 142+227+103=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #8EE367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE367 is #711C98. Grayscale: #BBBBBB. Windows color (decimal): -7412889 or 6808462. OLE color: 6808462.
HSL color Cylindrical-coordinate representation of color #8EE367: hue angle of 101.13º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8EE367 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 227 | 103 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.11 |
| HSL | 101.13º | 0.69% | 0.65% | - |
| HSV(B) | 101.13º | 0.55% | 0.89% | - |
| XYZ | 41.07 | 61.67 | 22.57 | - |
| YUV | 187.45 | 80.34 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 227 | 103 | 0.37 | 0 | 0.55 | 0.11 | 101.13 | 0.69 | 0.65 |
| Hex | 8E | E3 | 67 | 25 | 0 | 37 | B | 65 | 45 | 41 |
| Octal | 216 | 343 | 147 | 45 | 0 | 67 | 13 | 145 | 105 | 101 |
| Binary | 10001110 | 11100011 | 1100111 | 100101 | 0 | 110111 | 1011 | 1100101 | 1000101 | 1000001 |
Color Harmonies of #8EE367
Complementary color
Monochromatic Colors of #8EE367
Black with #8EE367
Text Example
Text Example
White with #8EE367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE367; }
p { color: rgb(142,227,103); }
H1.HeaderClassName
{
color: #8EE367;
}
.AnyTagClassName
{
color: #8EE367;
}
</style>
background-color css
<style>
a { background-color: #8EE367; }
a { background-color: rgb(142,227,103); }
div.DivClassName
{
background-color: #8EE367;
}
.BgClassName
{
background-color: #8EE367;
}
</style>
border-color css
<style>
span { border-color: #8EE367; }
span { border-color: rgb(142,227,103); }
td.TdClassName
{
border-color: #8EE367;
}
.TagClassName
{
border-color: #8EE367;
}
</style>