Shades of Gossip #8DDA73
Tints of Gossip #8DDA73
RGB
CMYK
RGB Variations
Color information
#8DDA73 (or 0x8DDA73) is known color: Gossip. HEX triplet: 8D, DA and 73. RGB value is (141,218,115). Sum of RGB (Red+Green+Blue) = 141+218+115=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDA73 is #72258C. Grayscale: #B7B7B7. Windows color (decimal): -7480717 or 7592589. OLE color: 7592589.
HSL color Cylindrical-coordinate representation of color #8DDA73: hue angle of 104.85º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DDA73 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 115 | - |
| CMYK | 0.35 | 0 | 0.47 | 0.15 |
| HSL | 104.85º | 0.58% | 0.65% | - |
| HSV(B) | 104.85º | 0.47% | 0.85% | - |
| XYZ | 39.15 | 57.04 | 25.17 | - |
| YUV | 183.24 | 89.49 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 115 | 0.35 | 0 | 0.47 | 0.15 | 104.85 | 0.58 | 0.65 |
| Hex | 8D | DA | 73 | 23 | 0 | 2F | F | 69 | 3A | 41 |
| Octal | 215 | 332 | 163 | 43 | 0 | 57 | 17 | 151 | 72 | 101 |
| Binary | 10001101 | 11011010 | 1110011 | 100011 | 0 | 101111 | 1111 | 1101001 | 111010 | 1000001 |
Color Harmonies of #8DDA73
Complementary color
Monochromatic Colors of #8DDA73
Black with #8DDA73
Text Example
Text Example
White with #8DDA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA73; }
p { color: rgb(141,218,115); }
H1.HeaderClassName
{
color: #8DDA73;
}
.AnyTagClassName
{
color: #8DDA73;
}
</style>
background-color css
<style>
a { background-color: #8DDA73; }
a { background-color: rgb(141,218,115); }
div.DivClassName
{
background-color: #8DDA73;
}
.BgClassName
{
background-color: #8DDA73;
}
</style>
border-color css
<style>
span { border-color: #8DDA73; }
span { border-color: rgb(141,218,115); }
td.TdClassName
{
border-color: #8DDA73;
}
.TagClassName
{
border-color: #8DDA73;
}
</style>