Shades of Mantis #83B96F
Tints of Mantis #83B96F
RGB
CMYK
RGB Variations
Color information
#83B96F (or 0x83B96F) is known color: Mantis. HEX triplet: 83, B9 and 6F. RGB value is (131,185,111). Sum of RGB (Red+Green+Blue) = 131+185+111=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 185 - color contains mainly: green. Hex color #83B96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B96F is #7C4690. Grayscale: #A0A0A0. Windows color (decimal): -8144529 or 7321987. OLE color: 7321987.
HSL color Cylindrical-coordinate representation of color #83B96F: hue angle of 103.78º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83B96F is Cyan = 0.29, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 185 | 111 | - |
| CMYK | 0.29 | 0 | 0.4 | 0.27 |
| HSL | 103.78º | 0.35% | 0.58% | - |
| HSV(B) | 103.78º | 0.4% | 0.73% | - |
| XYZ | 29.58 | 40.67 | 21.33 | - |
| YUV | 160.42 | 100.11 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 185 | 111 | 0.29 | 0 | 0.4 | 0.27 | 103.78 | 0.35 | 0.58 |
| Hex | 83 | B9 | 6F | 1D | 0 | 28 | 1B | 68 | 23 | 3A |
| Octal | 203 | 271 | 157 | 35 | 0 | 50 | 33 | 150 | 43 | 72 |
| Binary | 10000011 | 10111001 | 1101111 | 11101 | 0 | 101000 | 11011 | 1101000 | 100011 | 111010 |
Color Harmonies of #83B96F
Complementary color
Monochromatic Colors of #83B96F
Black with #83B96F
Text Example
Text Example
White with #83B96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B96F; }
p { color: rgb(131,185,111); }
H1.HeaderClassName
{
color: #83B96F;
}
.AnyTagClassName
{
color: #83B96F;
}
</style>
background-color css
<style>
a { background-color: #83B96F; }
a { background-color: rgb(131,185,111); }
div.DivClassName
{
background-color: #83B96F;
}
.BgClassName
{
background-color: #83B96F;
}
</style>
border-color css
<style>
span { border-color: #83B96F; }
span { border-color: rgb(131,185,111); }
td.TdClassName
{
border-color: #83B96F;
}
.TagClassName
{
border-color: #83B96F;
}
</style>