Shades of Gossip #8DC57A
Tints of Gossip #8DC57A
RGB
CMYK
RGB Variations
Color information
#8DC57A (or 0x8DC57A) is known color: Gossip. HEX triplet: 8D, C5 and 7A. RGB value is (141,197,122). Sum of RGB (Red+Green+Blue) = 141+197+122=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC57A is #723A85. Grayscale: #ABABAB. Windows color (decimal): -7486086 or 8045965. OLE color: 8045965.
HSL color Cylindrical-coordinate representation of color #8DC57A: hue angle of 104.8º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DC57A is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 122 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.23 |
| HSL | 104.8º | 0.39% | 0.63% | - |
| HSV(B) | 104.8º | 0.38% | 0.77% | - |
| XYZ | 34.46 | 47 | 25.67 | - |
| YUV | 171.71 | 99.95 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 122 | 0.28 | 0 | 0.38 | 0.23 | 104.8 | 0.39 | 0.63 |
| Hex | 8D | C5 | 7A | 1C | 0 | 26 | 17 | 69 | 27 | 3F |
| Octal | 215 | 305 | 172 | 34 | 0 | 46 | 27 | 151 | 47 | 77 |
| Binary | 10001101 | 11000101 | 1111010 | 11100 | 0 | 100110 | 10111 | 1101001 | 100111 | 111111 |
Color Harmonies of #8DC57A
Complementary color
Monochromatic Colors of #8DC57A
Black with #8DC57A
Text Example
Text Example
White with #8DC57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC57A; }
p { color: rgb(141,197,122); }
H1.HeaderClassName
{
color: #8DC57A;
}
.AnyTagClassName
{
color: #8DC57A;
}
</style>
background-color css
<style>
a { background-color: #8DC57A; }
a { background-color: rgb(141,197,122); }
div.DivClassName
{
background-color: #8DC57A;
}
.BgClassName
{
background-color: #8DC57A;
}
</style>
border-color css
<style>
span { border-color: #8DC57A; }
span { border-color: rgb(141,197,122); }
td.TdClassName
{
border-color: #8DC57A;
}
.TagClassName
{
border-color: #8DC57A;
}
</style>