Shades of Gossip #8ECF77
Tints of Gossip #8ECF77
RGB
CMYK
RGB Variations
Color information
#8ECF77 (or 0x8ECF77) is known color: Gossip. HEX triplet: 8E, CF and 77. RGB value is (142,207,119). Sum of RGB (Red+Green+Blue) = 142+207+119=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECF77 is #713088. Grayscale: #B1B1B1. Windows color (decimal): -7417993 or 7851918. OLE color: 7851918.
HSL color Cylindrical-coordinate representation of color #8ECF77: hue angle of 104.32º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ECF77 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 119 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.19 |
| HSL | 104.32º | 0.48% | 0.64% | - |
| HSV(B) | 104.32º | 0.43% | 0.81% | - |
| XYZ | 36.8 | 51.71 | 25.49 | - |
| YUV | 177.53 | 94.97 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 119 | 0.31 | 0 | 0.43 | 0.19 | 104.32 | 0.48 | 0.64 |
| Hex | 8E | CF | 77 | 1F | 0 | 2B | 13 | 68 | 30 | 40 |
| Octal | 216 | 317 | 167 | 37 | 0 | 53 | 23 | 150 | 60 | 100 |
| Binary | 10001110 | 11001111 | 1110111 | 11111 | 0 | 101011 | 10011 | 1101000 | 110000 | 1000000 |
Color Harmonies of #8ECF77
Complementary color
Monochromatic Colors of #8ECF77
Black with #8ECF77
Text Example
Text Example
White with #8ECF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECF77; }
p { color: rgb(142,207,119); }
H1.HeaderClassName
{
color: #8ECF77;
}
.AnyTagClassName
{
color: #8ECF77;
}
</style>
background-color css
<style>
a { background-color: #8ECF77; }
a { background-color: rgb(142,207,119); }
div.DivClassName
{
background-color: #8ECF77;
}
.BgClassName
{
background-color: #8ECF77;
}
</style>
border-color css
<style>
span { border-color: #8ECF77; }
span { border-color: rgb(142,207,119); }
td.TdClassName
{
border-color: #8ECF77;
}
.TagClassName
{
border-color: #8ECF77;
}
</style>