Shades of Gossip #8EDC6F
Tints of Gossip #8EDC6F
RGB
CMYK
RGB Variations
Color information
#8EDC6F (or 0x8EDC6F) is known color: Gossip. HEX triplet: 8E, DC and 6F. RGB value is (142,220,111). Sum of RGB (Red+Green+Blue) = 142+220+111=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDC6F is #712390. Grayscale: #B8B8B8. Windows color (decimal): -7414673 or 7330958. OLE color: 7330958.
HSL color Cylindrical-coordinate representation of color #8EDC6F: hue angle of 102.94º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8EDC6F is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 220 | 111 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.14 |
| HSL | 102.94º | 0.61% | 0.65% | - |
| HSV(B) | 102.94º | 0.5% | 0.86% | - |
| XYZ | 39.62 | 58.08 | 24.16 | - |
| YUV | 184.25 | 86.66 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 220 | 111 | 0.35 | 0 | 0.50 | 0.14 | 102.94 | 0.61 | 0.65 |
| Hex | 8E | DC | 6F | 23 | 0 | 32 | E | 67 | 3D | 41 |
| Octal | 216 | 334 | 157 | 43 | 0 | 62 | 16 | 147 | 75 | 101 |
| Binary | 10001110 | 11011100 | 1101111 | 100011 | 0 | 110010 | 1110 | 1100111 | 111101 | 1000001 |
Color Harmonies of #8EDC6F
Complementary color
Monochromatic Colors of #8EDC6F
Black with #8EDC6F
Text Example
Text Example
White with #8EDC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDC6F; }
p { color: rgb(142,220,111); }
H1.HeaderClassName
{
color: #8EDC6F;
}
.AnyTagClassName
{
color: #8EDC6F;
}
</style>
background-color css
<style>
a { background-color: #8EDC6F; }
a { background-color: rgb(142,220,111); }
div.DivClassName
{
background-color: #8EDC6F;
}
.BgClassName
{
background-color: #8EDC6F;
}
</style>
border-color css
<style>
span { border-color: #8EDC6F; }
span { border-color: rgb(142,220,111); }
td.TdClassName
{
border-color: #8EDC6F;
}
.TagClassName
{
border-color: #8EDC6F;
}
</style>