Shades of Gossip #8DDC76
Tints of Gossip #8DDC76
RGB
CMYK
RGB Variations
Color information
#8DDC76 (or 0x8DDC76) is known color: Gossip. HEX triplet: 8D, DC and 76. RGB value is (141,220,118). Sum of RGB (Red+Green+Blue) = 141+220+118=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDC76 is #722389. Grayscale: #B9B9B9. Windows color (decimal): -7480202 or 7789709. OLE color: 7789709.
HSL color Cylindrical-coordinate representation of color #8DDC76: hue angle of 106.47º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8DDC76 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 220 | 118 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.14 |
| HSL | 106.47º | 0.59% | 0.66% | - |
| HSV(B) | 106.47º | 0.46% | 0.86% | - |
| XYZ | 39.85 | 58.16 | 26.26 | - |
| YUV | 184.75 | 90.33 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 220 | 118 | 0.36 | 0 | 0.46 | 0.14 | 106.47 | 0.59 | 0.66 |
| Hex | 8D | DC | 76 | 24 | 0 | 2E | E | 6A | 3B | 42 |
| Octal | 215 | 334 | 166 | 44 | 0 | 56 | 16 | 152 | 73 | 102 |
| Binary | 10001101 | 11011100 | 1110110 | 100100 | 0 | 101110 | 1110 | 1101010 | 111011 | 1000010 |
Color Harmonies of #8DDC76
Complementary color
Monochromatic Colors of #8DDC76
Black with #8DDC76
Text Example
Text Example
White with #8DDC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDC76; }
p { color: rgb(141,220,118); }
H1.HeaderClassName
{
color: #8DDC76;
}
.AnyTagClassName
{
color: #8DDC76;
}
</style>
background-color css
<style>
a { background-color: #8DDC76; }
a { background-color: rgb(141,220,118); }
div.DivClassName
{
background-color: #8DDC76;
}
.BgClassName
{
background-color: #8DDC76;
}
</style>
border-color css
<style>
span { border-color: #8DDC76; }
span { border-color: rgb(141,220,118); }
td.TdClassName
{
border-color: #8DDC76;
}
.TagClassName
{
border-color: #8DDC76;
}
</style>