Shades of Gossip #8ECD78
Tints of Gossip #8ECD78
RGB
CMYK
RGB Variations
Color information
#8ECD78 (or 0x8ECD78) is known color: Gossip. HEX triplet: 8E, CD and 78. RGB value is (142,205,120). Sum of RGB (Red+Green+Blue) = 142+205+120=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECD78 is #713287. Grayscale: #B0B0B0. Windows color (decimal): -7418504 or 7916942. OLE color: 7916942.
HSL color Cylindrical-coordinate representation of color #8ECD78: hue angle of 104.47º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ECD78 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 120 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.20 |
| HSL | 104.47º | 0.46% | 0.64% | - |
| HSV(B) | 104.47º | 0.41% | 0.8% | - |
| XYZ | 36.38 | 50.77 | 25.65 | - |
| YUV | 176.47 | 96.13 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 120 | 0.31 | 0 | 0.41 | 0.20 | 104.47 | 0.46 | 0.64 |
| Hex | 8E | CD | 78 | 1F | 0 | 29 | 14 | 68 | 2E | 40 |
| Octal | 216 | 315 | 170 | 37 | 0 | 51 | 24 | 150 | 56 | 100 |
| Binary | 10001110 | 11001101 | 1111000 | 11111 | 0 | 101001 | 10100 | 1101000 | 101110 | 1000000 |
Color Harmonies of #8ECD78
Complementary color
Monochromatic Colors of #8ECD78
Black with #8ECD78
Text Example
Text Example
White with #8ECD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECD78; }
p { color: rgb(142,205,120); }
H1.HeaderClassName
{
color: #8ECD78;
}
.AnyTagClassName
{
color: #8ECD78;
}
</style>
background-color css
<style>
a { background-color: #8ECD78; }
a { background-color: rgb(142,205,120); }
div.DivClassName
{
background-color: #8ECD78;
}
.BgClassName
{
background-color: #8ECD78;
}
</style>
border-color css
<style>
span { border-color: #8ECD78; }
span { border-color: rgb(142,205,120); }
td.TdClassName
{
border-color: #8ECD78;
}
.TagClassName
{
border-color: #8ECD78;
}
</style>