Shades of Mantis #83BC65
Tints of Mantis #83BC65
RGB
CMYK
RGB Variations
Color information
#83BC65 (or 0x83BC65) is known color: Mantis. HEX triplet: 83, BC and 65. RGB value is (131,188,101). Sum of RGB (Red+Green+Blue) = 131+188+101=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BC65 is #7C439A. Grayscale: #A1A1A1. Windows color (decimal): -8143771 or 6667395. OLE color: 6667395.
HSL color Cylindrical-coordinate representation of color #83BC65: hue angle of 99.31º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83BC65 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 101 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.26 |
| HSL | 99.31º | 0.39% | 0.57% | - |
| HSV(B) | 99.31º | 0.46% | 0.74% | - |
| XYZ | 29.69 | 41.73 | 18.8 | - |
| YUV | 161.04 | 94.12 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 101 | 0.30 | 0 | 0.46 | 0.26 | 99.31 | 0.39 | 0.57 |
| Hex | 83 | BC | 65 | 1E | 0 | 2E | 1A | 63 | 27 | 39 |
| Octal | 203 | 274 | 145 | 36 | 0 | 56 | 32 | 143 | 47 | 71 |
| Binary | 10000011 | 10111100 | 1100101 | 11110 | 0 | 101110 | 11010 | 1100011 | 100111 | 111001 |
Color Harmonies of #83BC65
Complementary color
Monochromatic Colors of #83BC65
Black with #83BC65
Text Example
Text Example
White with #83BC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC65; }
p { color: rgb(131,188,101); }
H1.HeaderClassName
{
color: #83BC65;
}
.AnyTagClassName
{
color: #83BC65;
}
</style>
background-color css
<style>
a { background-color: #83BC65; }
a { background-color: rgb(131,188,101); }
div.DivClassName
{
background-color: #83BC65;
}
.BgClassName
{
background-color: #83BC65;
}
</style>
border-color css
<style>
span { border-color: #83BC65; }
span { border-color: rgb(131,188,101); }
td.TdClassName
{
border-color: #83BC65;
}
.TagClassName
{
border-color: #83BC65;
}
</style>