Shades of Gossip #8EDA71
Tints of Gossip #8EDA71
RGB
CMYK
RGB Variations
Color information
#8EDA71 (or 0x8EDA71) is known color: Gossip. HEX triplet: 8E, DA and 71. RGB value is (142,218,113). Sum of RGB (Red+Green+Blue) = 142+218+113=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDA71 is #71258E. Grayscale: #B7B7B7. Windows color (decimal): -7415183 or 7461518. OLE color: 7461518.
HSL color Cylindrical-coordinate representation of color #8EDA71: hue angle of 103.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8EDA71 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 113 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.15 |
| HSL | 103.43º | 0.59% | 0.65% | - |
| HSV(B) | 103.43º | 0.48% | 0.85% | - |
| XYZ | 39.21 | 57.09 | 24.58 | - |
| YUV | 183.31 | 88.32 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 113 | 0.35 | 0 | 0.48 | 0.15 | 103.43 | 0.59 | 0.65 |
| Hex | 8E | DA | 71 | 23 | 0 | 30 | F | 67 | 3B | 41 |
| Octal | 216 | 332 | 161 | 43 | 0 | 60 | 17 | 147 | 73 | 101 |
| Binary | 10001110 | 11011010 | 1110001 | 100011 | 0 | 110000 | 1111 | 1100111 | 111011 | 1000001 |
Color Harmonies of #8EDA71
Complementary color
Monochromatic Colors of #8EDA71
Black with #8EDA71
Text Example
Text Example
White with #8EDA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDA71; }
p { color: rgb(142,218,113); }
H1.HeaderClassName
{
color: #8EDA71;
}
.AnyTagClassName
{
color: #8EDA71;
}
</style>
background-color css
<style>
a { background-color: #8EDA71; }
a { background-color: rgb(142,218,113); }
div.DivClassName
{
background-color: #8EDA71;
}
.BgClassName
{
background-color: #8EDA71;
}
</style>
border-color css
<style>
span { border-color: #8EDA71; }
span { border-color: rgb(142,218,113); }
td.TdClassName
{
border-color: #8EDA71;
}
.TagClassName
{
border-color: #8EDA71;
}
</style>