Shades of Mantis #83BC5D
Tints of Mantis #83BC5D
RGB
CMYK
RGB Variations
Color information
#83BC5D (or 0x83BC5D) is known color: Mantis. HEX triplet: 83, BC and 5D. RGB value is (131,188,93). Sum of RGB (Red+Green+Blue) = 131+188+93=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BC5D is #7C43A2. Grayscale: #A0A0A0. Windows color (decimal): -8143779 or 6143107. OLE color: 6143107.
HSL color Cylindrical-coordinate representation of color #83BC5D: hue angle of 96º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83BC5D is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 93 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.26 |
| HSL | 96º | 0.41% | 0.55% | - |
| HSV(B) | 96º | 0.51% | 0.74% | - |
| XYZ | 29.32 | 41.58 | 16.84 | - |
| YUV | 160.13 | 90.12 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 93 | 0.30 | 0 | 0.51 | 0.26 | 96 | 0.41 | 0.55 |
| Hex | 83 | BC | 5D | 1E | 0 | 33 | 1A | 60 | 29 | 37 |
| Octal | 203 | 274 | 135 | 36 | 0 | 63 | 32 | 140 | 51 | 67 |
| Binary | 10000011 | 10111100 | 1011101 | 11110 | 0 | 110011 | 11010 | 1100000 | 101001 | 110111 |
Color Harmonies of #83BC5D
Complementary color
Monochromatic Colors of #83BC5D
Black with #83BC5D
Text Example
Text Example
White with #83BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC5D; }
p { color: rgb(131,188,93); }
H1.HeaderClassName
{
color: #83BC5D;
}
.AnyTagClassName
{
color: #83BC5D;
}
</style>
background-color css
<style>
a { background-color: #83BC5D; }
a { background-color: rgb(131,188,93); }
div.DivClassName
{
background-color: #83BC5D;
}
.BgClassName
{
background-color: #83BC5D;
}
</style>
border-color css
<style>
span { border-color: #83BC5D; }
span { border-color: rgb(131,188,93); }
td.TdClassName
{
border-color: #83BC5D;
}
.TagClassName
{
border-color: #83BC5D;
}
</style>