Shades of Mantis #83C56B
Tints of Mantis #83C56B
RGB
CMYK
RGB Variations
Color information
#83C56B (or 0x83C56B) is known color: Mantis. HEX triplet: 83, C5 and 6B. RGB value is (131,197,107). Sum of RGB (Red+Green+Blue) = 131+197+107=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 197 - color contains mainly: green. Hex color #83C56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C56B is #7C3A94. Grayscale: #A7A7A7. Windows color (decimal): -8141461 or 7062915. OLE color: 7062915.
HSL color Cylindrical-coordinate representation of color #83C56B: hue angle of 104º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83C56B is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 197 | 107 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.23 |
| HSL | 104º | 0.44% | 0.6% | - |
| HSV(B) | 104º | 0.46% | 0.77% | - |
| XYZ | 31.98 | 45.82 | 21.07 | - |
| YUV | 167.01 | 94.13 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 197 | 107 | 0.34 | 0 | 0.46 | 0.23 | 104 | 0.44 | 0.6 |
| Hex | 83 | C5 | 6B | 22 | 0 | 2E | 17 | 68 | 2C | 3C |
| Octal | 203 | 305 | 153 | 42 | 0 | 56 | 27 | 150 | 54 | 74 |
| Binary | 10000011 | 11000101 | 1101011 | 100010 | 0 | 101110 | 10111 | 1101000 | 101100 | 111100 |
Color Harmonies of #83C56B
Complementary color
Monochromatic Colors of #83C56B
Black with #83C56B
Text Example
Text Example
White with #83C56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C56B; }
p { color: rgb(131,197,107); }
H1.HeaderClassName
{
color: #83C56B;
}
.AnyTagClassName
{
color: #83C56B;
}
</style>
background-color css
<style>
a { background-color: #83C56B; }
a { background-color: rgb(131,197,107); }
div.DivClassName
{
background-color: #83C56B;
}
.BgClassName
{
background-color: #83C56B;
}
</style>
border-color css
<style>
span { border-color: #83C56B; }
span { border-color: rgb(131,197,107); }
td.TdClassName
{
border-color: #83C56B;
}
.TagClassName
{
border-color: #83C56B;
}
</style>