Shades of Gossip #8DD87C
Tints of Gossip #8DD87C
RGB
CMYK
RGB Variations
Color information
#8DD87C (or 0x8DD87C) is known color: Gossip. HEX triplet: 8D, D8 and 7C. RGB value is (141,216,124). Sum of RGB (Red+Green+Blue) = 141+216+124=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD87C is #722783. Grayscale: #B7B7B7. Windows color (decimal): -7481220 or 8181901. OLE color: 8181901.
HSL color Cylindrical-coordinate representation of color #8DD87C: hue angle of 108.91º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DD87C is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 216 | 124 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.15 |
| HSL | 108.91º | 0.54% | 0.67% | - |
| HSV(B) | 108.91º | 0.43% | 0.85% | - |
| XYZ | 39.18 | 56.23 | 27.86 | - |
| YUV | 183.09 | 94.65 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 216 | 124 | 0.35 | 0 | 0.43 | 0.15 | 108.91 | 0.54 | 0.67 |
| Hex | 8D | D8 | 7C | 23 | 0 | 2B | F | 6D | 36 | 43 |
| Octal | 215 | 330 | 174 | 43 | 0 | 53 | 17 | 155 | 66 | 103 |
| Binary | 10001101 | 11011000 | 1111100 | 100011 | 0 | 101011 | 1111 | 1101101 | 110110 | 1000011 |
Color Harmonies of #8DD87C
Complementary color
Monochromatic Colors of #8DD87C
Black with #8DD87C
Text Example
Text Example
White with #8DD87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD87C; }
p { color: rgb(141,216,124); }
H1.HeaderClassName
{
color: #8DD87C;
}
.AnyTagClassName
{
color: #8DD87C;
}
</style>
background-color css
<style>
a { background-color: #8DD87C; }
a { background-color: rgb(141,216,124); }
div.DivClassName
{
background-color: #8DD87C;
}
.BgClassName
{
background-color: #8DD87C;
}
</style>
border-color css
<style>
span { border-color: #8DD87C; }
span { border-color: rgb(141,216,124); }
td.TdClassName
{
border-color: #8DD87C;
}
.TagClassName
{
border-color: #8DD87C;
}
</style>