Shades of Mantle #8DB280
Tints of Mantle #8DB280
RGB
CMYK
RGB Variations
Color information
#8DB280 (or 0x8DB280) is known color: Mantle. HEX triplet: 8D, B2 and 80. RGB value is (141,178,128). Sum of RGB (Red+Green+Blue) = 141+178+128=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB280 is #724D7F. Grayscale: #A1A1A1. Windows color (decimal): -7490944 or 8434317. OLE color: 8434317.
HSL color Cylindrical-coordinate representation of color #8DB280: hue angle of 104.4º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DB280 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 128 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.30 |
| HSL | 104.4º | 0.25% | 0.6% | - |
| HSV(B) | 104.4º | 0.28% | 0.7% | - |
| XYZ | 30.8 | 39.06 | 26.34 | - |
| YUV | 161.24 | 109.24 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 128 | 0.21 | 0 | 0.28 | 0.30 | 104.4 | 0.25 | 0.6 |
| Hex | 8D | B2 | 80 | 15 | 0 | 1C | 1E | 68 | 19 | 3C |
| Octal | 215 | 262 | 200 | 25 | 0 | 34 | 36 | 150 | 31 | 74 |
| Binary | 10001101 | 10110010 | 10000000 | 10101 | 0 | 11100 | 11110 | 1101000 | 11001 | 111100 |
Color Harmonies of #8DB280
Complementary color
Monochromatic Colors of #8DB280
Black with #8DB280
Text Example
Text Example
White with #8DB280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB280; }
p { color: rgb(141,178,128); }
H1.HeaderClassName
{
color: #8DB280;
}
.AnyTagClassName
{
color: #8DB280;
}
</style>
background-color css
<style>
a { background-color: #8DB280; }
a { background-color: rgb(141,178,128); }
div.DivClassName
{
background-color: #8DB280;
}
.BgClassName
{
background-color: #8DB280;
}
</style>
border-color css
<style>
span { border-color: #8DB280; }
span { border-color: rgb(141,178,128); }
td.TdClassName
{
border-color: #8DB280;
}
.TagClassName
{
border-color: #8DB280;
}
</style>