Shades of Gossip #8DD378
Tints of Gossip #8DD378
RGB
CMYK
RGB Variations
Color information
#8DD378 (or 0x8DD378) is known color: Gossip. HEX triplet: 8D, D3 and 78. RGB value is (141,211,120). Sum of RGB (Red+Green+Blue) = 141+211+120=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD378 is #722C87. Grayscale: #B3B3B3. Windows color (decimal): -7482504 or 7918477. OLE color: 7918477.
HSL color Cylindrical-coordinate representation of color #8DD378: hue angle of 106.15º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DD378 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 141 | 211 | 120 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.17 |
| HSL | 106.15º | 0.51% | 0.65% | - |
| HSV(B) | 106.15º | 0.43% | 0.83% | - |
| XYZ | 37.67 | 53.61 | 26.13 | - |
| YUV | 179.7 | 94.31 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 211 | 120 | 0.33 | 0 | 0.43 | 0.17 | 106.15 | 0.51 | 0.65 |
| Hex | 8D | D3 | 78 | 21 | 0 | 2B | 11 | 6A | 33 | 41 |
| Octal | 215 | 323 | 170 | 41 | 0 | 53 | 21 | 152 | 63 | 101 |
| Binary | 10001101 | 11010011 | 1111000 | 100001 | 0 | 101011 | 10001 | 1101010 | 110011 | 1000001 |
Color Harmonies of #8DD378
Complementary color
Monochromatic Colors of #8DD378
Black with #8DD378
Text Example
Text Example
White with #8DD378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD378; }
p { color: rgb(141,211,120); }
H1.HeaderClassName
{
color: #8DD378;
}
.AnyTagClassName
{
color: #8DD378;
}
</style>
background-color css
<style>
a { background-color: #8DD378; }
a { background-color: rgb(141,211,120); }
div.DivClassName
{
background-color: #8DD378;
}
.BgClassName
{
background-color: #8DD378;
}
</style>
border-color css
<style>
span { border-color: #8DD378; }
span { border-color: rgb(141,211,120); }
td.TdClassName
{
border-color: #8DD378;
}
.TagClassName
{
border-color: #8DD378;
}
</style>