Shades of Mantis #83B36A
Tints of Mantis #83B36A
RGB
CMYK
RGB Variations
Color information
#83B36A (or 0x83B36A) is known color: Mantis. HEX triplet: 83, B3 and 6A. RGB value is (131,179,106). Sum of RGB (Red+Green+Blue) = 131+179+106=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 179 - color contains mainly: green. Hex color #83B36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B36A is #7C4C95. Grayscale: #9C9C9C. Windows color (decimal): -8146070 or 6992771. OLE color: 6992771.
HSL color Cylindrical-coordinate representation of color #83B36A: hue angle of 99.45º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83B36A is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 179 | 106 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.30 |
| HSL | 99.45º | 0.32% | 0.56% | - |
| HSV(B) | 99.45º | 0.41% | 0.7% | - |
| XYZ | 28.08 | 38.11 | 19.51 | - |
| YUV | 156.33 | 99.6 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 179 | 106 | 0.27 | 0 | 0.41 | 0.30 | 99.45 | 0.32 | 0.56 |
| Hex | 83 | B3 | 6A | 1B | 0 | 29 | 1E | 63 | 20 | 38 |
| Octal | 203 | 263 | 152 | 33 | 0 | 51 | 36 | 143 | 40 | 70 |
| Binary | 10000011 | 10110011 | 1101010 | 11011 | 0 | 101001 | 11110 | 1100011 | 100000 | 111000 |
Color Harmonies of #83B36A
Complementary color
Monochromatic Colors of #83B36A
Black with #83B36A
Text Example
Text Example
White with #83B36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B36A; }
p { color: rgb(131,179,106); }
H1.HeaderClassName
{
color: #83B36A;
}
.AnyTagClassName
{
color: #83B36A;
}
</style>
background-color css
<style>
a { background-color: #83B36A; }
a { background-color: rgb(131,179,106); }
div.DivClassName
{
background-color: #83B36A;
}
.BgClassName
{
background-color: #83B36A;
}
</style>
border-color css
<style>
span { border-color: #83B36A; }
span { border-color: rgb(131,179,106); }
td.TdClassName
{
border-color: #83B36A;
}
.TagClassName
{
border-color: #83B36A;
}
</style>