Shades of Mantis #83BC5B
Tints of Mantis #83BC5B
RGB
CMYK
RGB Variations
Color information
#83BC5B (or 0x83BC5B) is known color: Mantis. HEX triplet: 83, BC and 5B. RGB value is (131,188,91). Sum of RGB (Red+Green+Blue) = 131+188+91=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BC5B is #7C43A4. Grayscale: #A0A0A0. Windows color (decimal): -8143781 or 6012035. OLE color: 6012035.
HSL color Cylindrical-coordinate representation of color #83BC5B: hue angle of 95.26º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83BC5B is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 91 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.26 |
| HSL | 95.26º | 0.42% | 0.55% | - |
| HSV(B) | 95.26º | 0.52% | 0.74% | - |
| XYZ | 29.23 | 41.55 | 16.38 | - |
| YUV | 159.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 91 | 0.30 | 0 | 0.52 | 0.26 | 95.26 | 0.42 | 0.55 |
| Hex | 83 | BC | 5B | 1E | 0 | 34 | 1A | 5F | 2A | 37 |
| Octal | 203 | 274 | 133 | 36 | 0 | 64 | 32 | 137 | 52 | 67 |
| Binary | 10000011 | 10111100 | 1011011 | 11110 | 0 | 110100 | 11010 | 1011111 | 101010 | 110111 |
Color Harmonies of #83BC5B
Complementary color
Monochromatic Colors of #83BC5B
Black with #83BC5B
Text Example
Text Example
White with #83BC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC5B; }
p { color: rgb(131,188,91); }
H1.HeaderClassName
{
color: #83BC5B;
}
.AnyTagClassName
{
color: #83BC5B;
}
</style>
background-color css
<style>
a { background-color: #83BC5B; }
a { background-color: rgb(131,188,91); }
div.DivClassName
{
background-color: #83BC5B;
}
.BgClassName
{
background-color: #83BC5B;
}
</style>
border-color css
<style>
span { border-color: #83BC5B; }
span { border-color: rgb(131,188,91); }
td.TdClassName
{
border-color: #83BC5B;
}
.TagClassName
{
border-color: #83BC5B;
}
</style>