Shades of Mantis #83C86B
Tints of Mantis #83C86B
RGB
CMYK
RGB Variations
Color information
#83C86B (or 0x83C86B) is known color: Mantis. HEX triplet: 83, C8 and 6B. RGB value is (131,200,107). Sum of RGB (Red+Green+Blue) = 131+200+107=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #83C86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C86B is #7C3794. Grayscale: #A9A9A9. Windows color (decimal): -8140693 or 7063683. OLE color: 7063683.
HSL color Cylindrical-coordinate representation of color #83C86B: hue angle of 104.52º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83C86B is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 200 | 107 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.22 |
| HSL | 104.52º | 0.46% | 0.6% | - |
| HSV(B) | 104.52º | 0.47% | 0.78% | - |
| XYZ | 32.67 | 47.2 | 21.3 | - |
| YUV | 168.77 | 93.14 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 200 | 107 | 0.34 | 0 | 0.46 | 0.22 | 104.52 | 0.46 | 0.6 |
| Hex | 83 | C8 | 6B | 22 | 0 | 2E | 16 | 69 | 2E | 3C |
| Octal | 203 | 310 | 153 | 42 | 0 | 56 | 26 | 151 | 56 | 74 |
| Binary | 10000011 | 11001000 | 1101011 | 100010 | 0 | 101110 | 10110 | 1101001 | 101110 | 111100 |
Color Harmonies of #83C86B
Complementary color
Monochromatic Colors of #83C86B
Black with #83C86B
Text Example
Text Example
White with #83C86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C86B; }
p { color: rgb(131,200,107); }
H1.HeaderClassName
{
color: #83C86B;
}
.AnyTagClassName
{
color: #83C86B;
}
</style>
background-color css
<style>
a { background-color: #83C86B; }
a { background-color: rgb(131,200,107); }
div.DivClassName
{
background-color: #83C86B;
}
.BgClassName
{
background-color: #83C86B;
}
</style>
border-color css
<style>
span { border-color: #83C86B; }
span { border-color: rgb(131,200,107); }
td.TdClassName
{
border-color: #83C86B;
}
.TagClassName
{
border-color: #83C86B;
}
</style>