Shades of Gossip #8EDA6C
Tints of Gossip #8EDA6C
RGB
CMYK
RGB Variations
Color information
#8EDA6C (or 0x8EDA6C) is known color: Gossip. HEX triplet: 8E, DA and 6C. RGB value is (142,218,108). Sum of RGB (Red+Green+Blue) = 142+218+108=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDA6C is #712593. Grayscale: #B7B7B7. Windows color (decimal): -7415188 or 7133838. OLE color: 7133838.
HSL color Cylindrical-coordinate representation of color #8EDA6C: hue angle of 101.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8EDA6C is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 108 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.15 |
| HSL | 101.45º | 0.6% | 0.64% | - |
| HSV(B) | 101.45º | 0.5% | 0.85% | - |
| XYZ | 38.93 | 56.98 | 23.13 | - |
| YUV | 182.74 | 85.82 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 108 | 0.35 | 0 | 0.50 | 0.15 | 101.45 | 0.6 | 0.64 |
| Hex | 8E | DA | 6C | 23 | 0 | 32 | F | 65 | 3C | 40 |
| Octal | 216 | 332 | 154 | 43 | 0 | 62 | 17 | 145 | 74 | 100 |
| Binary | 10001110 | 11011010 | 1101100 | 100011 | 0 | 110010 | 1111 | 1100101 | 111100 | 1000000 |
Color Harmonies of #8EDA6C
Complementary color
Monochromatic Colors of #8EDA6C
Black with #8EDA6C
Text Example
Text Example
White with #8EDA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDA6C; }
p { color: rgb(142,218,108); }
H1.HeaderClassName
{
color: #8EDA6C;
}
.AnyTagClassName
{
color: #8EDA6C;
}
</style>
background-color css
<style>
a { background-color: #8EDA6C; }
a { background-color: rgb(142,218,108); }
div.DivClassName
{
background-color: #8EDA6C;
}
.BgClassName
{
background-color: #8EDA6C;
}
</style>
border-color css
<style>
span { border-color: #8EDA6C; }
span { border-color: rgb(142,218,108); }
td.TdClassName
{
border-color: #8EDA6C;
}
.TagClassName
{
border-color: #8EDA6C;
}
</style>