Shades of Gossip #8DCE7A
Tints of Gossip #8DCE7A
RGB
CMYK
RGB Variations
Color information
#8DCE7A (or 0x8DCE7A) is known color: Gossip. HEX triplet: 8D, CE and 7A. RGB value is (141,206,122). Sum of RGB (Red+Green+Blue) = 141+206+122=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCE7A is #723185. Grayscale: #B1B1B1. Windows color (decimal): -7483782 or 8048269. OLE color: 8048269.
HSL color Cylindrical-coordinate representation of color #8DCE7A: hue angle of 106.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DCE7A is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 122 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.19 |
| HSL | 106.43º | 0.46% | 0.64% | - |
| HSV(B) | 106.43º | 0.41% | 0.81% | - |
| XYZ | 36.57 | 51.21 | 26.37 | - |
| YUV | 176.99 | 96.97 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 122 | 0.32 | 0 | 0.41 | 0.19 | 106.43 | 0.46 | 0.64 |
| Hex | 8D | CE | 7A | 20 | 0 | 29 | 13 | 6A | 2E | 40 |
| Octal | 215 | 316 | 172 | 40 | 0 | 51 | 23 | 152 | 56 | 100 |
| Binary | 10001101 | 11001110 | 1111010 | 100000 | 0 | 101001 | 10011 | 1101010 | 101110 | 1000000 |
Color Harmonies of #8DCE7A
Complementary color
Monochromatic Colors of #8DCE7A
Black with #8DCE7A
Text Example
Text Example
White with #8DCE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE7A; }
p { color: rgb(141,206,122); }
H1.HeaderClassName
{
color: #8DCE7A;
}
.AnyTagClassName
{
color: #8DCE7A;
}
</style>
background-color css
<style>
a { background-color: #8DCE7A; }
a { background-color: rgb(141,206,122); }
div.DivClassName
{
background-color: #8DCE7A;
}
.BgClassName
{
background-color: #8DCE7A;
}
</style>
border-color css
<style>
span { border-color: #8DCE7A; }
span { border-color: rgb(141,206,122); }
td.TdClassName
{
border-color: #8DCE7A;
}
.TagClassName
{
border-color: #8DCE7A;
}
</style>