Shades of Gossip #8DC57C
Tints of Gossip #8DC57C
RGB
CMYK
RGB Variations
Color information
#8DC57C (or 0x8DC57C) is known color: Gossip. HEX triplet: 8D, C5 and 7C. RGB value is (141,197,124). Sum of RGB (Red+Green+Blue) = 141+197+124=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC57C is #723A83. Grayscale: #ACACAC. Windows color (decimal): -7486084 or 8177037. OLE color: 8177037.
HSL color Cylindrical-coordinate representation of color #8DC57C: hue angle of 106.03º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DC57C is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 124 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.23 |
| HSL | 106.03º | 0.39% | 0.63% | - |
| HSV(B) | 106.03º | 0.37% | 0.77% | - |
| XYZ | 34.59 | 47.05 | 26.33 | - |
| YUV | 171.93 | 100.95 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 124 | 0.28 | 0 | 0.37 | 0.23 | 106.03 | 0.39 | 0.63 |
| Hex | 8D | C5 | 7C | 1C | 0 | 25 | 17 | 6A | 27 | 3F |
| Octal | 215 | 305 | 174 | 34 | 0 | 45 | 27 | 152 | 47 | 77 |
| Binary | 10001101 | 11000101 | 1111100 | 11100 | 0 | 100101 | 10111 | 1101010 | 100111 | 111111 |
Color Harmonies of #8DC57C
Complementary color
Monochromatic Colors of #8DC57C
Black with #8DC57C
Text Example
Text Example
White with #8DC57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC57C; }
p { color: rgb(141,197,124); }
H1.HeaderClassName
{
color: #8DC57C;
}
.AnyTagClassName
{
color: #8DC57C;
}
</style>
background-color css
<style>
a { background-color: #8DC57C; }
a { background-color: rgb(141,197,124); }
div.DivClassName
{
background-color: #8DC57C;
}
.BgClassName
{
background-color: #8DC57C;
}
</style>
border-color css
<style>
span { border-color: #8DC57C; }
span { border-color: rgb(141,197,124); }
td.TdClassName
{
border-color: #8DC57C;
}
.TagClassName
{
border-color: #8DC57C;
}
</style>