Shades of Mantis #83B86F
Tints of Mantis #83B86F
RGB
CMYK
RGB Variations
Color information
#83B86F (or 0x83B86F) is known color: Mantis. HEX triplet: 83, B8 and 6F. RGB value is (131,184,111). Sum of RGB (Red+Green+Blue) = 131+184+111=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 184 - color contains mainly: green. Hex color #83B86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B86F is #7C4790. Grayscale: #A0A0A0. Windows color (decimal): -8144785 or 7321731. OLE color: 7321731.
HSL color Cylindrical-coordinate representation of color #83B86F: hue angle of 103.56º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83B86F is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 184 | 111 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.28 |
| HSL | 103.56º | 0.34% | 0.58% | - |
| HSV(B) | 103.56º | 0.4% | 0.72% | - |
| XYZ | 29.37 | 40.25 | 21.26 | - |
| YUV | 159.83 | 100.44 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 184 | 111 | 0.29 | 0 | 0.40 | 0.28 | 103.56 | 0.34 | 0.58 |
| Hex | 83 | B8 | 6F | 1D | 0 | 28 | 1C | 68 | 22 | 3A |
| Octal | 203 | 270 | 157 | 35 | 0 | 50 | 34 | 150 | 42 | 72 |
| Binary | 10000011 | 10111000 | 1101111 | 11101 | 0 | 101000 | 11100 | 1101000 | 100010 | 111010 |
Color Harmonies of #83B86F
Complementary color
Monochromatic Colors of #83B86F
Black with #83B86F
Text Example
Text Example
White with #83B86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B86F; }
p { color: rgb(131,184,111); }
H1.HeaderClassName
{
color: #83B86F;
}
.AnyTagClassName
{
color: #83B86F;
}
</style>
background-color css
<style>
a { background-color: #83B86F; }
a { background-color: rgb(131,184,111); }
div.DivClassName
{
background-color: #83B86F;
}
.BgClassName
{
background-color: #83B86F;
}
</style>
border-color css
<style>
span { border-color: #83B86F; }
span { border-color: rgb(131,184,111); }
td.TdClassName
{
border-color: #83B86F;
}
.TagClassName
{
border-color: #83B86F;
}
</style>