Shades of Gossip #8DCF7A
Tints of Gossip #8DCF7A
RGB
CMYK
RGB Variations
Color information
#8DCF7A (or 0x8DCF7A) is known color: Gossip. HEX triplet: 8D, CF and 7A. RGB value is (141,207,122). Sum of RGB (Red+Green+Blue) = 141+207+122=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCF7A is #723085. Grayscale: #B1B1B1. Windows color (decimal): -7483526 or 8048525. OLE color: 8048525.
HSL color Cylindrical-coordinate representation of color #8DCF7A: hue angle of 106.59º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DCF7A is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 122 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.19 |
| HSL | 106.59º | 0.47% | 0.65% | - |
| HSV(B) | 106.59º | 0.41% | 0.81% | - |
| XYZ | 36.81 | 51.69 | 26.45 | - |
| YUV | 177.58 | 96.63 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 122 | 0.32 | 0 | 0.41 | 0.19 | 106.59 | 0.47 | 0.65 |
| Hex | 8D | CF | 7A | 20 | 0 | 29 | 13 | 6B | 2F | 41 |
| Octal | 215 | 317 | 172 | 40 | 0 | 51 | 23 | 153 | 57 | 101 |
| Binary | 10001101 | 11001111 | 1111010 | 100000 | 0 | 101001 | 10011 | 1101011 | 101111 | 1000001 |
Color Harmonies of #8DCF7A
Complementary color
Monochromatic Colors of #8DCF7A
Black with #8DCF7A
Text Example
Text Example
White with #8DCF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF7A; }
p { color: rgb(141,207,122); }
H1.HeaderClassName
{
color: #8DCF7A;
}
.AnyTagClassName
{
color: #8DCF7A;
}
</style>
background-color css
<style>
a { background-color: #8DCF7A; }
a { background-color: rgb(141,207,122); }
div.DivClassName
{
background-color: #8DCF7A;
}
.BgClassName
{
background-color: #8DCF7A;
}
</style>
border-color css
<style>
span { border-color: #8DCF7A; }
span { border-color: rgb(141,207,122); }
td.TdClassName
{
border-color: #8DCF7A;
}
.TagClassName
{
border-color: #8DCF7A;
}
</style>