Shades of Gossip #8ECD7C
Tints of Gossip #8ECD7C
RGB
CMYK
RGB Variations
Color information
#8ECD7C (or 0x8ECD7C) is known color: Gossip. HEX triplet: 8E, CD and 7C. RGB value is (142,205,124). Sum of RGB (Red+Green+Blue) = 142+205+124=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECD7C is #713283. Grayscale: #B1B1B1. Windows color (decimal): -7418500 or 8179086. OLE color: 8179086.
HSL color Cylindrical-coordinate representation of color #8ECD7C: hue angle of 106.67º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ECD7C is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 124 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.20 |
| HSL | 106.67º | 0.45% | 0.65% | - |
| HSV(B) | 106.67º | 0.4% | 0.8% | - |
| XYZ | 36.62 | 50.87 | 26.96 | - |
| YUV | 176.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 124 | 0.31 | 0 | 0.40 | 0.20 | 106.67 | 0.45 | 0.65 |
| Hex | 8E | CD | 7C | 1F | 0 | 28 | 14 | 6B | 2D | 41 |
| Octal | 216 | 315 | 174 | 37 | 0 | 50 | 24 | 153 | 55 | 101 |
| Binary | 10001110 | 11001101 | 1111100 | 11111 | 0 | 101000 | 10100 | 1101011 | 101101 | 1000001 |
Color Harmonies of #8ECD7C
Complementary color
Monochromatic Colors of #8ECD7C
Black with #8ECD7C
Text Example
Text Example
White with #8ECD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECD7C; }
p { color: rgb(142,205,124); }
H1.HeaderClassName
{
color: #8ECD7C;
}
.AnyTagClassName
{
color: #8ECD7C;
}
</style>
background-color css
<style>
a { background-color: #8ECD7C; }
a { background-color: rgb(142,205,124); }
div.DivClassName
{
background-color: #8ECD7C;
}
.BgClassName
{
background-color: #8ECD7C;
}
</style>
border-color css
<style>
span { border-color: #8ECD7C; }
span { border-color: rgb(142,205,124); }
td.TdClassName
{
border-color: #8ECD7C;
}
.TagClassName
{
border-color: #8ECD7C;
}
</style>