Shades of Gossip #8EDB79
Tints of Gossip #8EDB79
RGB
CMYK
RGB Variations
Color information
#8EDB79 (or 0x8EDB79) is known color: Gossip. HEX triplet: 8E, DB and 79. RGB value is (142,219,121). Sum of RGB (Red+Green+Blue) = 142+219+121=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 121 (47.66% from 255 or 25.10% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDB79 is #712486. Grayscale: #B9B9B9. Windows color (decimal): -7414919 or 7986062. OLE color: 7986062.
HSL color Cylindrical-coordinate representation of color #8EDB79: hue angle of 107.14º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8EDB79 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 121 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.14 |
| HSL | 107.14º | 0.58% | 0.67% | - |
| HSV(B) | 107.14º | 0.45% | 0.86% | - |
| XYZ | 39.94 | 57.79 | 27.14 | - |
| YUV | 184.81 | 91.99 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 121 | 0.35 | 0 | 0.45 | 0.14 | 107.14 | 0.58 | 0.67 |
| Hex | 8E | DB | 79 | 23 | 0 | 2D | E | 6B | 3A | 43 |
| Octal | 216 | 333 | 171 | 43 | 0 | 55 | 16 | 153 | 72 | 103 |
| Binary | 10001110 | 11011011 | 1111001 | 100011 | 0 | 101101 | 1110 | 1101011 | 111010 | 1000011 |
Color Harmonies of #8EDB79
Complementary color
Monochromatic Colors of #8EDB79
Black with #8EDB79
Text Example
Text Example
White with #8EDB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDB79; }
p { color: rgb(142,219,121); }
H1.HeaderClassName
{
color: #8EDB79;
}
.AnyTagClassName
{
color: #8EDB79;
}
</style>
background-color css
<style>
a { background-color: #8EDB79; }
a { background-color: rgb(142,219,121); }
div.DivClassName
{
background-color: #8EDB79;
}
.BgClassName
{
background-color: #8EDB79;
}
</style>
border-color css
<style>
span { border-color: #8EDB79; }
span { border-color: rgb(142,219,121); }
td.TdClassName
{
border-color: #8EDB79;
}
.TagClassName
{
border-color: #8EDB79;
}
</style>