Shades of Gossip #8DDB7D
Tints of Gossip #8DDB7D
RGB
CMYK
RGB Variations
Color information
#8DDB7D (or 0x8DDB7D) is known color: Gossip. HEX triplet: 8D, DB and 7D. RGB value is (141,219,125). Sum of RGB (Red+Green+Blue) = 141+219+125=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDB7D is #722482. Grayscale: #B9B9B9. Windows color (decimal): -7480451 or 8248205. OLE color: 8248205.
HSL color Cylindrical-coordinate representation of color #8DDB7D: hue angle of 109.79º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DDB7D is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 125 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.14 |
| HSL | 109.79º | 0.57% | 0.67% | - |
| HSV(B) | 109.79º | 0.43% | 0.86% | - |
| XYZ | 40.02 | 57.81 | 28.45 | - |
| YUV | 184.96 | 94.16 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 125 | 0.36 | 0 | 0.43 | 0.14 | 109.79 | 0.57 | 0.67 |
| Hex | 8D | DB | 7D | 24 | 0 | 2B | E | 6E | 39 | 43 |
| Octal | 215 | 333 | 175 | 44 | 0 | 53 | 16 | 156 | 71 | 103 |
| Binary | 10001101 | 11011011 | 1111101 | 100100 | 0 | 101011 | 1110 | 1101110 | 111001 | 1000011 |
Color Harmonies of #8DDB7D
Complementary color
Monochromatic Colors of #8DDB7D
Black with #8DDB7D
Text Example
Text Example
White with #8DDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB7D; }
p { color: rgb(141,219,125); }
H1.HeaderClassName
{
color: #8DDB7D;
}
.AnyTagClassName
{
color: #8DDB7D;
}
</style>
background-color css
<style>
a { background-color: #8DDB7D; }
a { background-color: rgb(141,219,125); }
div.DivClassName
{
background-color: #8DDB7D;
}
.BgClassName
{
background-color: #8DDB7D;
}
</style>
border-color css
<style>
span { border-color: #8DDB7D; }
span { border-color: rgb(141,219,125); }
td.TdClassName
{
border-color: #8DDB7D;
}
.TagClassName
{
border-color: #8DDB7D;
}
</style>