Shades of Gossip #8DD771
Tints of Gossip #8DD771
RGB
CMYK
RGB Variations
Color information
#8DD771 (or 0x8DD771) is known color: Gossip. HEX triplet: 8D, D7 and 71. RGB value is (141,215,113). Sum of RGB (Red+Green+Blue) = 141+215+113=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 113 (44.53% from 255 or 24.09% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD771 is #72288E. Grayscale: #B5B5B5. Windows color (decimal): -7481487 or 7460749. OLE color: 7460749.
HSL color Cylindrical-coordinate representation of color #8DD771: hue angle of 103.53º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DD771 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 215 | 113 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.16 |
| HSL | 103.53º | 0.56% | 0.64% | - |
| HSV(B) | 103.53º | 0.47% | 0.84% | - |
| XYZ | 38.27 | 55.46 | 24.31 | - |
| YUV | 181.25 | 89.48 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 215 | 113 | 0.34 | 0 | 0.47 | 0.16 | 103.53 | 0.56 | 0.64 |
| Hex | 8D | D7 | 71 | 22 | 0 | 2F | 10 | 68 | 38 | 40 |
| Octal | 215 | 327 | 161 | 42 | 0 | 57 | 20 | 150 | 70 | 100 |
| Binary | 10001101 | 11010111 | 1110001 | 100010 | 0 | 101111 | 10000 | 1101000 | 111000 | 1000000 |
Color Harmonies of #8DD771
Complementary color
Monochromatic Colors of #8DD771
Black with #8DD771
Text Example
Text Example
White with #8DD771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD771; }
p { color: rgb(141,215,113); }
H1.HeaderClassName
{
color: #8DD771;
}
.AnyTagClassName
{
color: #8DD771;
}
</style>
background-color css
<style>
a { background-color: #8DD771; }
a { background-color: rgb(141,215,113); }
div.DivClassName
{
background-color: #8DD771;
}
.BgClassName
{
background-color: #8DD771;
}
</style>
border-color css
<style>
span { border-color: #8DD771; }
span { border-color: rgb(141,215,113); }
td.TdClassName
{
border-color: #8DD771;
}
.TagClassName
{
border-color: #8DD771;
}
</style>