Shades of Gossip #8DDB72
Tints of Gossip #8DDB72
RGB
CMYK
RGB Variations
Color information
#8DDB72 (or 0x8DDB72) is known color: Gossip. HEX triplet: 8D, DB and 72. RGB value is (141,219,114). Sum of RGB (Red+Green+Blue) = 141+219+114=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 114 (44.92% from 255 or 24.05% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDB72 is #72248D. Grayscale: #B8B8B8. Windows color (decimal): -7480462 or 7527309. OLE color: 7527309.
HSL color Cylindrical-coordinate representation of color #8DDB72: hue angle of 104.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DDB72 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 114 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.14 |
| HSL | 104.57º | 0.59% | 0.65% | - |
| HSV(B) | 104.57º | 0.48% | 0.86% | - |
| XYZ | 39.35 | 57.54 | 24.95 | - |
| YUV | 183.71 | 88.66 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 114 | 0.36 | 0 | 0.48 | 0.14 | 104.57 | 0.59 | 0.65 |
| Hex | 8D | DB | 72 | 24 | 0 | 30 | E | 69 | 3B | 41 |
| Octal | 215 | 333 | 162 | 44 | 0 | 60 | 16 | 151 | 73 | 101 |
| Binary | 10001101 | 11011011 | 1110010 | 100100 | 0 | 110000 | 1110 | 1101001 | 111011 | 1000001 |
Color Harmonies of #8DDB72
Complementary color
Monochromatic Colors of #8DDB72
Black with #8DDB72
Text Example
Text Example
White with #8DDB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB72; }
p { color: rgb(141,219,114); }
H1.HeaderClassName
{
color: #8DDB72;
}
.AnyTagClassName
{
color: #8DDB72;
}
</style>
background-color css
<style>
a { background-color: #8DDB72; }
a { background-color: rgb(141,219,114); }
div.DivClassName
{
background-color: #8DDB72;
}
.BgClassName
{
background-color: #8DDB72;
}
</style>
border-color css
<style>
span { border-color: #8DDB72; }
span { border-color: rgb(141,219,114); }
td.TdClassName
{
border-color: #8DDB72;
}
.TagClassName
{
border-color: #8DDB72;
}
</style>