Shades of Gossip #8EDA7F
Tints of Gossip #8EDA7F
RGB
CMYK
RGB Variations
Color information
#8EDA7F (or 0x8EDA7F) is known color: Gossip. HEX triplet: 8E, DA and 7F. RGB value is (142,218,127). Sum of RGB (Red+Green+Blue) = 142+218+127=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDA7F is #712580. Grayscale: #B9B9B9. Windows color (decimal): -7415169 or 8379022. OLE color: 8379022.
HSL color Cylindrical-coordinate representation of color #8EDA7F: hue angle of 110.11º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EDA7F is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 127 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.15 |
| HSL | 110.11º | 0.55% | 0.68% | - |
| HSV(B) | 110.11º | 0.42% | 0.85% | - |
| XYZ | 40.06 | 57.43 | 29.05 | - |
| YUV | 184.9 | 95.32 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 127 | 0.35 | 0 | 0.42 | 0.15 | 110.11 | 0.55 | 0.68 |
| Hex | 8E | DA | 7F | 23 | 0 | 2A | F | 6E | 37 | 44 |
| Octal | 216 | 332 | 177 | 43 | 0 | 52 | 17 | 156 | 67 | 104 |
| Binary | 10001110 | 11011010 | 1111111 | 100011 | 0 | 101010 | 1111 | 1101110 | 110111 | 1000100 |
Color Harmonies of #8EDA7F
Complementary color
Monochromatic Colors of #8EDA7F
Black with #8EDA7F
Text Example
Text Example
White with #8EDA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDA7F; }
p { color: rgb(142,218,127); }
H1.HeaderClassName
{
color: #8EDA7F;
}
.AnyTagClassName
{
color: #8EDA7F;
}
</style>
background-color css
<style>
a { background-color: #8EDA7F; }
a { background-color: rgb(142,218,127); }
div.DivClassName
{
background-color: #8EDA7F;
}
.BgClassName
{
background-color: #8EDA7F;
}
</style>
border-color css
<style>
span { border-color: #8EDA7F; }
span { border-color: rgb(142,218,127); }
td.TdClassName
{
border-color: #8EDA7F;
}
.TagClassName
{
border-color: #8EDA7F;
}
</style>