Shades of Mantis #83B26B
Tints of Mantis #83B26B
RGB
CMYK
RGB Variations
Color information
#83B26B (or 0x83B26B) is known color: Mantis. HEX triplet: 83, B2 and 6B. RGB value is (131,178,107). Sum of RGB (Red+Green+Blue) = 131+178+107=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #83B26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B26B is #7C4D94. Grayscale: #9C9C9C. Windows color (decimal): -8146325 or 7058051. OLE color: 7058051.
HSL color Cylindrical-coordinate representation of color #83B26B: hue angle of 99.72º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83B26B is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 178 | 107 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.30 |
| HSL | 99.72º | 0.32% | 0.56% | - |
| HSV(B) | 99.72º | 0.4% | 0.7% | - |
| XYZ | 27.93 | 37.73 | 19.72 | - |
| YUV | 155.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 178 | 107 | 0.26 | 0 | 0.40 | 0.30 | 99.72 | 0.32 | 0.56 |
| Hex | 83 | B2 | 6B | 1A | 0 | 28 | 1E | 64 | 20 | 38 |
| Octal | 203 | 262 | 153 | 32 | 0 | 50 | 36 | 144 | 40 | 70 |
| Binary | 10000011 | 10110010 | 1101011 | 11010 | 0 | 101000 | 11110 | 1100100 | 100000 | 111000 |
Color Harmonies of #83B26B
Complementary color
Monochromatic Colors of #83B26B
Black with #83B26B
Text Example
Text Example
White with #83B26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B26B; }
p { color: rgb(131,178,107); }
H1.HeaderClassName
{
color: #83B26B;
}
.AnyTagClassName
{
color: #83B26B;
}
</style>
background-color css
<style>
a { background-color: #83B26B; }
a { background-color: rgb(131,178,107); }
div.DivClassName
{
background-color: #83B26B;
}
.BgClassName
{
background-color: #83B26B;
}
</style>
border-color css
<style>
span { border-color: #83B26B; }
span { border-color: rgb(131,178,107); }
td.TdClassName
{
border-color: #83B26B;
}
.TagClassName
{
border-color: #83B26B;
}
</style>