Shades of Gossip #8DC577
Tints of Gossip #8DC577
RGB
CMYK
RGB Variations
Color information
#8DC577 (or 0x8DC577) is known color: Gossip. HEX triplet: 8D, C5 and 77. RGB value is (141,197,119). Sum of RGB (Red+Green+Blue) = 141+197+119=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC577 is #723A88. Grayscale: #ABABAB. Windows color (decimal): -7486089 or 7849357. OLE color: 7849357.
HSL color Cylindrical-coordinate representation of color #8DC577: hue angle of 103.08º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DC577 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 119 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.23 |
| HSL | 103.08º | 0.4% | 0.62% | - |
| HSV(B) | 103.08º | 0.4% | 0.77% | - |
| XYZ | 34.28 | 46.93 | 24.7 | - |
| YUV | 171.36 | 98.45 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 119 | 0.28 | 0 | 0.40 | 0.23 | 103.08 | 0.4 | 0.62 |
| Hex | 8D | C5 | 77 | 1C | 0 | 28 | 17 | 67 | 28 | 3E |
| Octal | 215 | 305 | 167 | 34 | 0 | 50 | 27 | 147 | 50 | 76 |
| Binary | 10001101 | 11000101 | 1110111 | 11100 | 0 | 101000 | 10111 | 1100111 | 101000 | 111110 |
Color Harmonies of #8DC577
Complementary color
Monochromatic Colors of #8DC577
Black with #8DC577
Text Example
Text Example
White with #8DC577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC577; }
p { color: rgb(141,197,119); }
H1.HeaderClassName
{
color: #8DC577;
}
.AnyTagClassName
{
color: #8DC577;
}
</style>
background-color css
<style>
a { background-color: #8DC577; }
a { background-color: rgb(141,197,119); }
div.DivClassName
{
background-color: #8DC577;
}
.BgClassName
{
background-color: #8DC577;
}
</style>
border-color css
<style>
span { border-color: #8DC577; }
span { border-color: rgb(141,197,119); }
td.TdClassName
{
border-color: #8DC577;
}
.TagClassName
{
border-color: #8DC577;
}
</style>