Shades of Gossip #8DDB77
Tints of Gossip #8DDB77
RGB
CMYK
RGB Variations
Color information
#8DDB77 (or 0x8DDB77) is known color: Gossip. HEX triplet: 8D, DB and 77. RGB value is (141,219,119). Sum of RGB (Red+Green+Blue) = 141+219+119=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDB77 is #722488. Grayscale: #B8B8B8. Windows color (decimal): -7480457 or 7854989. OLE color: 7854989.
HSL color Cylindrical-coordinate representation of color #8DDB77: hue angle of 106.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8DDB77 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 119 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.14 |
| HSL | 106.8º | 0.58% | 0.66% | - |
| HSV(B) | 106.8º | 0.46% | 0.86% | - |
| XYZ | 39.65 | 57.66 | 26.49 | - |
| YUV | 184.28 | 91.16 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 119 | 0.36 | 0 | 0.46 | 0.14 | 106.8 | 0.58 | 0.66 |
| Hex | 8D | DB | 77 | 24 | 0 | 2E | E | 6B | 3A | 42 |
| Octal | 215 | 333 | 167 | 44 | 0 | 56 | 16 | 153 | 72 | 102 |
| Binary | 10001101 | 11011011 | 1110111 | 100100 | 0 | 101110 | 1110 | 1101011 | 111010 | 1000010 |
Color Harmonies of #8DDB77
Complementary color
Monochromatic Colors of #8DDB77
Black with #8DDB77
Text Example
Text Example
White with #8DDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB77; }
p { color: rgb(141,219,119); }
H1.HeaderClassName
{
color: #8DDB77;
}
.AnyTagClassName
{
color: #8DDB77;
}
</style>
background-color css
<style>
a { background-color: #8DDB77; }
a { background-color: rgb(141,219,119); }
div.DivClassName
{
background-color: #8DDB77;
}
.BgClassName
{
background-color: #8DDB77;
}
</style>
border-color css
<style>
span { border-color: #8DDB77; }
span { border-color: rgb(141,219,119); }
td.TdClassName
{
border-color: #8DDB77;
}
.TagClassName
{
border-color: #8DDB77;
}
</style>