Shades of Mantis #83BE5D
Tints of Mantis #83BE5D
RGB
CMYK
RGB Variations
Color information
#83BE5D (or 0x83BE5D) is known color: Mantis. HEX triplet: 83, BE and 5D. RGB value is (131,190,93). Sum of RGB (Red+Green+Blue) = 131+190+93=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #83BE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BE5D is #7C41A2. Grayscale: #A1A1A1. Windows color (decimal): -8143267 or 6143619. OLE color: 6143619.
HSL color Cylindrical-coordinate representation of color #83BE5D: hue angle of 96.49º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83BE5D is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 190 | 93 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.25 |
| HSL | 96.49º | 0.43% | 0.55% | - |
| HSV(B) | 96.49º | 0.51% | 0.75% | - |
| XYZ | 29.75 | 42.44 | 16.98 | - |
| YUV | 161.3 | 89.45 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 190 | 93 | 0.31 | 0 | 0.51 | 0.25 | 96.49 | 0.43 | 0.55 |
| Hex | 83 | BE | 5D | 1F | 0 | 33 | 19 | 60 | 2B | 37 |
| Octal | 203 | 276 | 135 | 37 | 0 | 63 | 31 | 140 | 53 | 67 |
| Binary | 10000011 | 10111110 | 1011101 | 11111 | 0 | 110011 | 11001 | 1100000 | 101011 | 110111 |
Color Harmonies of #83BE5D
Complementary color
Monochromatic Colors of #83BE5D
Black with #83BE5D
Text Example
Text Example
White with #83BE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BE5D; }
p { color: rgb(131,190,93); }
H1.HeaderClassName
{
color: #83BE5D;
}
.AnyTagClassName
{
color: #83BE5D;
}
</style>
background-color css
<style>
a { background-color: #83BE5D; }
a { background-color: rgb(131,190,93); }
div.DivClassName
{
background-color: #83BE5D;
}
.BgClassName
{
background-color: #83BE5D;
}
</style>
border-color css
<style>
span { border-color: #83BE5D; }
span { border-color: rgb(131,190,93); }
td.TdClassName
{
border-color: #83BE5D;
}
.TagClassName
{
border-color: #83BE5D;
}
</style>