Shades of Mantis #83BA68
Tints of Mantis #83BA68
RGB
CMYK
RGB Variations
Color information
#83BA68 (or 0x83BA68) is known color: Mantis. HEX triplet: 83, BA and 68. RGB value is (131,186,104). Sum of RGB (Red+Green+Blue) = 131+186+104=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BA68 is #7C4597. Grayscale: #A0A0A0. Windows color (decimal): -8144280 or 6863491. OLE color: 6863491.
HSL color Cylindrical-coordinate representation of color #83BA68: hue angle of 100.24º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83BA68 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 186 | 104 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.27 |
| HSL | 100.24º | 0.37% | 0.57% | - |
| HSV(B) | 100.24º | 0.44% | 0.73% | - |
| XYZ | 29.42 | 40.94 | 19.45 | - |
| YUV | 160.21 | 96.28 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 104 | 0.30 | 0 | 0.44 | 0.27 | 100.24 | 0.37 | 0.57 |
| Hex | 83 | BA | 68 | 1E | 0 | 2C | 1B | 64 | 25 | 39 |
| Octal | 203 | 272 | 150 | 36 | 0 | 54 | 33 | 144 | 45 | 71 |
| Binary | 10000011 | 10111010 | 1101000 | 11110 | 0 | 101100 | 11011 | 1100100 | 100101 | 111001 |
Color Harmonies of #83BA68
Complementary color
Monochromatic Colors of #83BA68
Black with #83BA68
Text Example
Text Example
White with #83BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BA68; }
p { color: rgb(131,186,104); }
H1.HeaderClassName
{
color: #83BA68;
}
.AnyTagClassName
{
color: #83BA68;
}
</style>
background-color css
<style>
a { background-color: #83BA68; }
a { background-color: rgb(131,186,104); }
div.DivClassName
{
background-color: #83BA68;
}
.BgClassName
{
background-color: #83BA68;
}
</style>
border-color css
<style>
span { border-color: #83BA68; }
span { border-color: rgb(131,186,104); }
td.TdClassName
{
border-color: #83BA68;
}
.TagClassName
{
border-color: #83BA68;
}
</style>