Shades of Mantis #83B870
Tints of Mantis #83B870
RGB
CMYK
RGB Variations
Color information
#83B870 (or 0x83B870) is known color: Mantis. HEX triplet: 83, B8 and 70. RGB value is (131,184,112). Sum of RGB (Red+Green+Blue) = 131+184+112=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #83B870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B870 is #7C478F. Grayscale: #A0A0A0. Windows color (decimal): -8144784 or 7387267. OLE color: 7387267.
HSL color Cylindrical-coordinate representation of color #83B870: hue angle of 104.17º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83B870 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 184 | 112 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.28 |
| HSL | 104.17º | 0.34% | 0.58% | - |
| HSV(B) | 104.17º | 0.39% | 0.72% | - |
| XYZ | 29.43 | 40.28 | 21.55 | - |
| YUV | 159.95 | 100.94 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 184 | 112 | 0.29 | 0 | 0.39 | 0.28 | 104.17 | 0.34 | 0.58 |
| Hex | 83 | B8 | 70 | 1D | 0 | 27 | 1C | 68 | 22 | 3A |
| Octal | 203 | 270 | 160 | 35 | 0 | 47 | 34 | 150 | 42 | 72 |
| Binary | 10000011 | 10111000 | 1110000 | 11101 | 0 | 100111 | 11100 | 1101000 | 100010 | 111010 |
Color Harmonies of #83B870
Complementary color
Monochromatic Colors of #83B870
Black with #83B870
Text Example
Text Example
White with #83B870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B870; }
p { color: rgb(131,184,112); }
H1.HeaderClassName
{
color: #83B870;
}
.AnyTagClassName
{
color: #83B870;
}
</style>
background-color css
<style>
a { background-color: #83B870; }
a { background-color: rgb(131,184,112); }
div.DivClassName
{
background-color: #83B870;
}
.BgClassName
{
background-color: #83B870;
}
</style>
border-color css
<style>
span { border-color: #83B870; }
span { border-color: rgb(131,184,112); }
td.TdClassName
{
border-color: #83B870;
}
.TagClassName
{
border-color: #83B870;
}
</style>