Shades of Mantle #8FB482
Tints of Mantle #8FB482
RGB
CMYK
RGB Variations
Color information
#8FB482 (or 0x8FB482) is known color: Mantle. HEX triplet: 8F, B4 and 82. RGB value is (143,180,130). Sum of RGB (Red+Green+Blue) = 143+180+130=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB482 is #704B7D. Grayscale: #A3A3A3. Windows color (decimal): -7359358 or 8565903. OLE color: 8565903.
HSL color Cylindrical-coordinate representation of color #8FB482: hue angle of 104.4º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FB482 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 180 | 130 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.29 |
| HSL | 104.4º | 0.25% | 0.61% | - |
| HSV(B) | 104.4º | 0.28% | 0.71% | - |
| XYZ | 31.68 | 40.09 | 27.19 | - |
| YUV | 163.24 | 109.24 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 130 | 0.21 | 0 | 0.28 | 0.29 | 104.4 | 0.25 | 0.61 |
| Hex | 8F | B4 | 82 | 15 | 0 | 1C | 1D | 68 | 19 | 3D |
| Octal | 217 | 264 | 202 | 25 | 0 | 34 | 35 | 150 | 31 | 75 |
| Binary | 10001111 | 10110100 | 10000010 | 10101 | 0 | 11100 | 11101 | 1101000 | 11001 | 111101 |
Color Harmonies of #8FB482
Complementary color
Monochromatic Colors of #8FB482
Black with #8FB482
Text Example
Text Example
White with #8FB482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB482; }
p { color: rgb(143,180,130); }
H1.HeaderClassName
{
color: #8FB482;
}
.AnyTagClassName
{
color: #8FB482;
}
</style>
background-color css
<style>
a { background-color: #8FB482; }
a { background-color: rgb(143,180,130); }
div.DivClassName
{
background-color: #8FB482;
}
.BgClassName
{
background-color: #8FB482;
}
</style>
border-color css
<style>
span { border-color: #8FB482; }
span { border-color: rgb(143,180,130); }
td.TdClassName
{
border-color: #8FB482;
}
.TagClassName
{
border-color: #8FB482;
}
</style>