Shades of Gossip #8DDC7D
Tints of Gossip #8DDC7D
RGB
CMYK
RGB Variations
Color information
#8DDC7D (or 0x8DDC7D) is known color: Gossip. HEX triplet: 8D, DC and 7D. RGB value is (141,220,125). Sum of RGB (Red+Green+Blue) = 141+220+125=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDC7D is #722382. Grayscale: #B9B9B9. Windows color (decimal): -7480195 or 8248461. OLE color: 8248461.
HSL color Cylindrical-coordinate representation of color #8DDC7D: hue angle of 109.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DDC7D is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 125 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.14 |
| HSL | 109.89º | 0.58% | 0.68% | - |
| HSV(B) | 109.89º | 0.43% | 0.86% | - |
| XYZ | 40.28 | 58.33 | 28.54 | - |
| YUV | 185.55 | 93.83 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 125 | 0.36 | 0 | 0.43 | 0.14 | 109.89 | 0.58 | 0.68 |
| Hex | 8D | DC | 7D | 24 | 0 | 2B | E | 6E | 3A | 44 |
| Octal | 215 | 334 | 175 | 44 | 0 | 53 | 16 | 156 | 72 | 104 |
| Binary | 10001101 | 11011100 | 1111101 | 100100 | 0 | 101011 | 1110 | 1101110 | 111010 | 1000100 |
Color Harmonies of #8DDC7D
Complementary color
Monochromatic Colors of #8DDC7D
Black with #8DDC7D
Text Example
Text Example
White with #8DDC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC7D; }
p { color: rgb(141,220,125); }
H1.HeaderClassName
{
color: #8DDC7D;
}
.AnyTagClassName
{
color: #8DDC7D;
}
</style>
background-color css
<style>
a { background-color: #8DDC7D; }
a { background-color: rgb(141,220,125); }
div.DivClassName
{
background-color: #8DDC7D;
}
.BgClassName
{
background-color: #8DDC7D;
}
</style>
border-color css
<style>
span { border-color: #8DDC7D; }
span { border-color: rgb(141,220,125); }
td.TdClassName
{
border-color: #8DDC7D;
}
.TagClassName
{
border-color: #8DDC7D;
}
</style>