Shades of Gossip #8ED56E
Tints of Gossip #8ED56E
RGB
CMYK
RGB Variations
Color information
#8ED56E (or 0x8ED56E) is known color: Gossip. HEX triplet: 8E, D5 and 6E. RGB value is (142,213,110). Sum of RGB (Red+Green+Blue) = 142+213+110=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED56E is #712A91. Grayscale: #B4B4B4. Windows color (decimal): -7416466 or 7263630. OLE color: 7263630.
HSL color Cylindrical-coordinate representation of color #8ED56E: hue angle of 101.36º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8ED56E is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 213 | 110 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.16 |
| HSL | 101.36º | 0.55% | 0.63% | - |
| HSV(B) | 101.36º | 0.48% | 0.84% | - |
| XYZ | 37.76 | 54.47 | 23.27 | - |
| YUV | 180.03 | 88.48 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 213 | 110 | 0.33 | 0 | 0.48 | 0.16 | 101.36 | 0.55 | 0.63 |
| Hex | 8E | D5 | 6E | 21 | 0 | 30 | 10 | 65 | 37 | 3F |
| Octal | 216 | 325 | 156 | 41 | 0 | 60 | 20 | 145 | 67 | 77 |
| Binary | 10001110 | 11010101 | 1101110 | 100001 | 0 | 110000 | 10000 | 1100101 | 110111 | 111111 |
Color Harmonies of #8ED56E
Complementary color
Monochromatic Colors of #8ED56E
Black with #8ED56E
Text Example
Text Example
White with #8ED56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED56E; }
p { color: rgb(142,213,110); }
H1.HeaderClassName
{
color: #8ED56E;
}
.AnyTagClassName
{
color: #8ED56E;
}
</style>
background-color css
<style>
a { background-color: #8ED56E; }
a { background-color: rgb(142,213,110); }
div.DivClassName
{
background-color: #8ED56E;
}
.BgClassName
{
background-color: #8ED56E;
}
</style>
border-color css
<style>
span { border-color: #8ED56E; }
span { border-color: rgb(142,213,110); }
td.TdClassName
{
border-color: #8ED56E;
}
.TagClassName
{
border-color: #8ED56E;
}
</style>