Shades of Gossip #8DDB73
Tints of Gossip #8DDB73
RGB
CMYK
RGB Variations
Color information
#8DDB73 (or 0x8DDB73) is known color: Gossip. HEX triplet: 8D, DB and 73. RGB value is (141,219,115). Sum of RGB (Red+Green+Blue) = 141+219+115=475 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.68% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDB73 is #72248C. Grayscale: #B8B8B8. Windows color (decimal): -7480461 or 7592845. OLE color: 7592845.
HSL color Cylindrical-coordinate representation of color #8DDB73: hue angle of 105º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DDB73 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 115 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.14 |
| HSL | 105º | 0.59% | 0.65% | - |
| HSV(B) | 105º | 0.47% | 0.86% | - |
| XYZ | 39.41 | 57.56 | 25.25 | - |
| YUV | 183.82 | 89.16 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 115 | 0.36 | 0 | 0.47 | 0.14 | 105 | 0.59 | 0.65 |
| Hex | 8D | DB | 73 | 24 | 0 | 2F | E | 69 | 3B | 41 |
| Octal | 215 | 333 | 163 | 44 | 0 | 57 | 16 | 151 | 73 | 101 |
| Binary | 10001101 | 11011011 | 1110011 | 100100 | 0 | 101111 | 1110 | 1101001 | 111011 | 1000001 |
Color Harmonies of #8DDB73
Complementary color
Monochromatic Colors of #8DDB73
Black with #8DDB73
Text Example
Text Example
White with #8DDB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB73; }
p { color: rgb(141,219,115); }
H1.HeaderClassName
{
color: #8DDB73;
}
.AnyTagClassName
{
color: #8DDB73;
}
</style>
background-color css
<style>
a { background-color: #8DDB73; }
a { background-color: rgb(141,219,115); }
div.DivClassName
{
background-color: #8DDB73;
}
.BgClassName
{
background-color: #8DDB73;
}
</style>
border-color css
<style>
span { border-color: #8DDB73; }
span { border-color: rgb(141,219,115); }
td.TdClassName
{
border-color: #8DDB73;
}
.TagClassName
{
border-color: #8DDB73;
}
</style>