Shades of Gossip #8DD076
Tints of Gossip #8DD076
RGB
CMYK
RGB Variations
Color information
#8DD076 (or 0x8DD076) is known color: Gossip. HEX triplet: 8D, D0 and 76. RGB value is (141,208,118). Sum of RGB (Red+Green+Blue) = 141+208+118=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD076 is #722F89. Grayscale: #B1B1B1. Windows color (decimal): -7483274 or 7786637. OLE color: 7786637.
HSL color Cylindrical-coordinate representation of color #8DD076: hue angle of 104.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DD076 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 208 | 118 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.18 |
| HSL | 104.67º | 0.49% | 0.64% | - |
| HSV(B) | 104.67º | 0.43% | 0.82% | - |
| XYZ | 36.81 | 52.08 | 25.25 | - |
| YUV | 177.71 | 94.3 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 118 | 0.32 | 0 | 0.43 | 0.18 | 104.67 | 0.49 | 0.64 |
| Hex | 8D | D0 | 76 | 20 | 0 | 2B | 12 | 69 | 31 | 40 |
| Octal | 215 | 320 | 166 | 40 | 0 | 53 | 22 | 151 | 61 | 100 |
| Binary | 10001101 | 11010000 | 1110110 | 100000 | 0 | 101011 | 10010 | 1101001 | 110001 | 1000000 |
Color Harmonies of #8DD076
Complementary color
Monochromatic Colors of #8DD076
Black with #8DD076
Text Example
Text Example
White with #8DD076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD076; }
p { color: rgb(141,208,118); }
H1.HeaderClassName
{
color: #8DD076;
}
.AnyTagClassName
{
color: #8DD076;
}
</style>
background-color css
<style>
a { background-color: #8DD076; }
a { background-color: rgb(141,208,118); }
div.DivClassName
{
background-color: #8DD076;
}
.BgClassName
{
background-color: #8DD076;
}
</style>
border-color css
<style>
span { border-color: #8DD076; }
span { border-color: rgb(141,208,118); }
td.TdClassName
{
border-color: #8DD076;
}
.TagClassName
{
border-color: #8DD076;
}
</style>