Shades of Gossip #8DD577
Tints of Gossip #8DD577
RGB
CMYK
RGB Variations
Color information
#8DD577 (or 0x8DD577) is known color: Gossip. HEX triplet: 8D, D5 and 77. RGB value is (141,213,119). Sum of RGB (Red+Green+Blue) = 141+213+119=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD577 is #722A88. Grayscale: #B5B5B5. Windows color (decimal): -7481993 or 7853453. OLE color: 7853453.
HSL color Cylindrical-coordinate representation of color #8DD577: hue angle of 105.96º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DD577 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 213 | 119 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.16 |
| HSL | 105.96º | 0.53% | 0.65% | - |
| HSV(B) | 105.96º | 0.44% | 0.84% | - |
| XYZ | 38.11 | 54.58 | 25.98 | - |
| YUV | 180.76 | 93.15 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 213 | 119 | 0.34 | 0 | 0.44 | 0.16 | 105.96 | 0.53 | 0.65 |
| Hex | 8D | D5 | 77 | 22 | 0 | 2C | 10 | 6A | 35 | 41 |
| Octal | 215 | 325 | 167 | 42 | 0 | 54 | 20 | 152 | 65 | 101 |
| Binary | 10001101 | 11010101 | 1110111 | 100010 | 0 | 101100 | 10000 | 1101010 | 110101 | 1000001 |
Color Harmonies of #8DD577
Complementary color
Monochromatic Colors of #8DD577
Black with #8DD577
Text Example
Text Example
White with #8DD577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD577; }
p { color: rgb(141,213,119); }
H1.HeaderClassName
{
color: #8DD577;
}
.AnyTagClassName
{
color: #8DD577;
}
</style>
background-color css
<style>
a { background-color: #8DD577; }
a { background-color: rgb(141,213,119); }
div.DivClassName
{
background-color: #8DD577;
}
.BgClassName
{
background-color: #8DD577;
}
</style>
border-color css
<style>
span { border-color: #8DD577; }
span { border-color: rgb(141,213,119); }
td.TdClassName
{
border-color: #8DD577;
}
.TagClassName
{
border-color: #8DD577;
}
</style>