Shades of Gossip #8EDD79
Tints of Gossip #8EDD79
RGB
CMYK
RGB Variations
Color information
#8EDD79 (or 0x8EDD79) is known color: Gossip. HEX triplet: 8E, DD and 79. RGB value is (142,221,121). Sum of RGB (Red+Green+Blue) = 142+221+121=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 121 (47.66% from 255 or 25% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD79 is #712286. Grayscale: #BABABA. Windows color (decimal): -7414407 or 7986574. OLE color: 7986574.
HSL color Cylindrical-coordinate representation of color #8EDD79: hue angle of 107.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8EDD79 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 121 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.13 |
| HSL | 107.4º | 0.6% | 0.67% | - |
| HSV(B) | 107.4º | 0.45% | 0.87% | - |
| XYZ | 40.46 | 58.84 | 27.31 | - |
| YUV | 185.98 | 91.33 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 121 | 0.36 | 0 | 0.45 | 0.13 | 107.4 | 0.6 | 0.67 |
| Hex | 8E | DD | 79 | 24 | 0 | 2D | D | 6B | 3C | 43 |
| Octal | 216 | 335 | 171 | 44 | 0 | 55 | 15 | 153 | 74 | 103 |
| Binary | 10001110 | 11011101 | 1111001 | 100100 | 0 | 101101 | 1101 | 1101011 | 111100 | 1000011 |
Color Harmonies of #8EDD79
Complementary color
Monochromatic Colors of #8EDD79
Black with #8EDD79
Text Example
Text Example
White with #8EDD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDD79; }
p { color: rgb(142,221,121); }
H1.HeaderClassName
{
color: #8EDD79;
}
.AnyTagClassName
{
color: #8EDD79;
}
</style>
background-color css
<style>
a { background-color: #8EDD79; }
a { background-color: rgb(142,221,121); }
div.DivClassName
{
background-color: #8EDD79;
}
.BgClassName
{
background-color: #8EDD79;
}
</style>
border-color css
<style>
span { border-color: #8EDD79; }
span { border-color: rgb(142,221,121); }
td.TdClassName
{
border-color: #8EDD79;
}
.TagClassName
{
border-color: #8EDD79;
}
</style>