Shades of Gossip #8DDC70
Tints of Gossip #8DDC70
RGB
CMYK
RGB Variations
Color information
#8DDC70 (or 0x8DDC70) is known color: Gossip. HEX triplet: 8D, DC and 70. RGB value is (141,220,112). Sum of RGB (Red+Green+Blue) = 141+220+112=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDC70 is #72238F. Grayscale: #B8B8B8. Windows color (decimal): -7480208 or 7396493. OLE color: 7396493.
HSL color Cylindrical-coordinate representation of color #8DDC70: hue angle of 103.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DDC70 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 112 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.14 |
| HSL | 103.89º | 0.61% | 0.65% | - |
| HSV(B) | 103.89º | 0.49% | 0.86% | - |
| XYZ | 39.5 | 58.02 | 24.45 | - |
| YUV | 184.07 | 87.33 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 112 | 0.36 | 0 | 0.49 | 0.14 | 103.89 | 0.61 | 0.65 |
| Hex | 8D | DC | 70 | 24 | 0 | 31 | E | 68 | 3D | 41 |
| Octal | 215 | 334 | 160 | 44 | 0 | 61 | 16 | 150 | 75 | 101 |
| Binary | 10001101 | 11011100 | 1110000 | 100100 | 0 | 110001 | 1110 | 1101000 | 111101 | 1000001 |
Color Harmonies of #8DDC70
Complementary color
Monochromatic Colors of #8DDC70
Black with #8DDC70
Text Example
Text Example
White with #8DDC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC70; }
p { color: rgb(141,220,112); }
H1.HeaderClassName
{
color: #8DDC70;
}
.AnyTagClassName
{
color: #8DDC70;
}
</style>
background-color css
<style>
a { background-color: #8DDC70; }
a { background-color: rgb(141,220,112); }
div.DivClassName
{
background-color: #8DDC70;
}
.BgClassName
{
background-color: #8DDC70;
}
</style>
border-color css
<style>
span { border-color: #8DDC70; }
span { border-color: rgb(141,220,112); }
td.TdClassName
{
border-color: #8DDC70;
}
.TagClassName
{
border-color: #8DDC70;
}
</style>