Shades of Gossip #8EDB7C
Tints of Gossip #8EDB7C
RGB
CMYK
RGB Variations
Color information
#8EDB7C (or 0x8EDB7C) is known color: Gossip. HEX triplet: 8E, DB and 7C. RGB value is (142,219,124). Sum of RGB (Red+Green+Blue) = 142+219+124=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDB7C is #712483. Grayscale: #B9B9B9. Windows color (decimal): -7414916 or 8182670. OLE color: 8182670.
HSL color Cylindrical-coordinate representation of color #8EDB7C: hue angle of 108.63º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EDB7C is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 124 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.14 |
| HSL | 108.63º | 0.57% | 0.67% | - |
| HSV(B) | 108.63º | 0.43% | 0.86% | - |
| XYZ | 40.12 | 57.87 | 28.12 | - |
| YUV | 185.15 | 93.49 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 124 | 0.35 | 0 | 0.43 | 0.14 | 108.63 | 0.57 | 0.67 |
| Hex | 8E | DB | 7C | 23 | 0 | 2B | E | 6D | 39 | 43 |
| Octal | 216 | 333 | 174 | 43 | 0 | 53 | 16 | 155 | 71 | 103 |
| Binary | 10001110 | 11011011 | 1111100 | 100011 | 0 | 101011 | 1110 | 1101101 | 111001 | 1000011 |
Color Harmonies of #8EDB7C
Complementary color
Monochromatic Colors of #8EDB7C
Black with #8EDB7C
Text Example
Text Example
White with #8EDB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDB7C; }
p { color: rgb(142,219,124); }
H1.HeaderClassName
{
color: #8EDB7C;
}
.AnyTagClassName
{
color: #8EDB7C;
}
</style>
background-color css
<style>
a { background-color: #8EDB7C; }
a { background-color: rgb(142,219,124); }
div.DivClassName
{
background-color: #8EDB7C;
}
.BgClassName
{
background-color: #8EDB7C;
}
</style>
border-color css
<style>
span { border-color: #8EDB7C; }
span { border-color: rgb(142,219,124); }
td.TdClassName
{
border-color: #8EDB7C;
}
.TagClassName
{
border-color: #8EDB7C;
}
</style>