Shades of Gossip #8EE274
Tints of Gossip #8EE274
RGB
CMYK
RGB Variations
Color information
#8EE274 (or 0x8EE274) is known color: Gossip. HEX triplet: 8E, E2 and 74. RGB value is (142,226,116). Sum of RGB (Red+Green+Blue) = 142+226+116=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 226 - color contains mainly: green. Hex color #8EE274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE274 is #711D8B. Grayscale: #BCBCBC. Windows color (decimal): -7413132 or 7660174. OLE color: 7660174.
HSL color Cylindrical-coordinate representation of color #8EE274: hue angle of 105.82º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8EE274 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 226 | 116 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.11 |
| HSL | 105.82º | 0.65% | 0.67% | - |
| HSV(B) | 105.82º | 0.49% | 0.89% | - |
| XYZ | 41.5 | 61.4 | 26.19 | - |
| YUV | 188.34 | 87.17 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 226 | 116 | 0.37 | 0 | 0.49 | 0.11 | 105.82 | 0.65 | 0.67 |
| Hex | 8E | E2 | 74 | 25 | 0 | 31 | B | 6A | 41 | 43 |
| Octal | 216 | 342 | 164 | 45 | 0 | 61 | 13 | 152 | 101 | 103 |
| Binary | 10001110 | 11100010 | 1110100 | 100101 | 0 | 110001 | 1011 | 1101010 | 1000001 | 1000011 |
Color Harmonies of #8EE274
Complementary color
Monochromatic Colors of #8EE274
Black with #8EE274
Text Example
Text Example
White with #8EE274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE274; }
p { color: rgb(142,226,116); }
H1.HeaderClassName
{
color: #8EE274;
}
.AnyTagClassName
{
color: #8EE274;
}
</style>
background-color css
<style>
a { background-color: #8EE274; }
a { background-color: rgb(142,226,116); }
div.DivClassName
{
background-color: #8EE274;
}
.BgClassName
{
background-color: #8EE274;
}
</style>
border-color css
<style>
span { border-color: #8EE274; }
span { border-color: rgb(142,226,116); }
td.TdClassName
{
border-color: #8EE274;
}
.TagClassName
{
border-color: #8EE274;
}
</style>