Shades of Mantis #83BC63
Tints of Mantis #83BC63
RGB
CMYK
RGB Variations
Color information
#83BC63 (or 0x83BC63) is known color: Mantis. HEX triplet: 83, BC and 63. RGB value is (131,188,99). Sum of RGB (Red+Green+Blue) = 131+188+99=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BC63 is #7C439C. Grayscale: #A1A1A1. Windows color (decimal): -8143773 or 6536323. OLE color: 6536323.
HSL color Cylindrical-coordinate representation of color #83BC63: hue angle of 98.43º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83BC63 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 99 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.26 |
| HSL | 98.43º | 0.4% | 0.56% | - |
| HSV(B) | 98.43º | 0.47% | 0.74% | - |
| XYZ | 29.6 | 41.69 | 18.29 | - |
| YUV | 160.81 | 93.12 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 99 | 0.30 | 0 | 0.47 | 0.26 | 98.43 | 0.4 | 0.56 |
| Hex | 83 | BC | 63 | 1E | 0 | 2F | 1A | 62 | 28 | 38 |
| Octal | 203 | 274 | 143 | 36 | 0 | 57 | 32 | 142 | 50 | 70 |
| Binary | 10000011 | 10111100 | 1100011 | 11110 | 0 | 101111 | 11010 | 1100010 | 101000 | 111000 |
Color Harmonies of #83BC63
Complementary color
Monochromatic Colors of #83BC63
Black with #83BC63
Text Example
Text Example
White with #83BC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC63; }
p { color: rgb(131,188,99); }
H1.HeaderClassName
{
color: #83BC63;
}
.AnyTagClassName
{
color: #83BC63;
}
</style>
background-color css
<style>
a { background-color: #83BC63; }
a { background-color: rgb(131,188,99); }
div.DivClassName
{
background-color: #83BC63;
}
.BgClassName
{
background-color: #83BC63;
}
</style>
border-color css
<style>
span { border-color: #83BC63; }
span { border-color: rgb(131,188,99); }
td.TdClassName
{
border-color: #83BC63;
}
.TagClassName
{
border-color: #83BC63;
}
</style>