Shades of Gossip #8ED479
Tints of Gossip #8ED479
RGB
CMYK
RGB Variations
Color information
#8ED479 (or 0x8ED479) is known color: Gossip. HEX triplet: 8E, D4 and 79. RGB value is (142,212,121). Sum of RGB (Red+Green+Blue) = 142+212+121=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED479 is #712B86. Grayscale: #B4B4B4. Windows color (decimal): -7416711 or 7984270. OLE color: 7984270.
HSL color Cylindrical-coordinate representation of color #8ED479: hue angle of 106.15º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ED479 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 212 | 121 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.17 |
| HSL | 106.15º | 0.51% | 0.65% | - |
| HSV(B) | 106.15º | 0.43% | 0.83% | - |
| XYZ | 38.15 | 54.22 | 26.54 | - |
| YUV | 180.7 | 94.31 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 212 | 121 | 0.33 | 0 | 0.43 | 0.17 | 106.15 | 0.51 | 0.65 |
| Hex | 8E | D4 | 79 | 21 | 0 | 2B | 11 | 6A | 33 | 41 |
| Octal | 216 | 324 | 171 | 41 | 0 | 53 | 21 | 152 | 63 | 101 |
| Binary | 10001110 | 11010100 | 1111001 | 100001 | 0 | 101011 | 10001 | 1101010 | 110011 | 1000001 |
Color Harmonies of #8ED479
Complementary color
Monochromatic Colors of #8ED479
Black with #8ED479
Text Example
Text Example
White with #8ED479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED479; }
p { color: rgb(142,212,121); }
H1.HeaderClassName
{
color: #8ED479;
}
.AnyTagClassName
{
color: #8ED479;
}
</style>
background-color css
<style>
a { background-color: #8ED479; }
a { background-color: rgb(142,212,121); }
div.DivClassName
{
background-color: #8ED479;
}
.BgClassName
{
background-color: #8ED479;
}
</style>
border-color css
<style>
span { border-color: #8ED479; }
span { border-color: rgb(142,212,121); }
td.TdClassName
{
border-color: #8ED479;
}
.TagClassName
{
border-color: #8ED479;
}
</style>