Shades of Mantis #83BC47
Tints of Mantis #83BC47
RGB
CMYK
RGB Variations
Color information
#83BC47 (or 0x83BC47) is known color: Mantis. HEX triplet: 83, BC and 47. RGB value is (131,188,71). Sum of RGB (Red+Green+Blue) = 131+188+71=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC47 is #7C43B8. Grayscale: #9E9E9E. Windows color (decimal): -8143801 or 4701315. OLE color: 4701315.
HSL color Cylindrical-coordinate representation of color #83BC47: hue angle of 89.23º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83BC47 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 71 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.26 |
| HSL | 89.23º | 0.47% | 0.51% | - |
| HSV(B) | 89.23º | 0.62% | 0.74% | - |
| XYZ | 28.48 | 41.25 | 12.42 | - |
| YUV | 157.62 | 79.12 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 71 | 0.30 | 0 | 0.62 | 0.26 | 89.23 | 0.47 | 0.51 |
| Hex | 83 | BC | 47 | 1E | 0 | 3E | 1A | 59 | 2F | 33 |
| Octal | 203 | 274 | 107 | 36 | 0 | 76 | 32 | 131 | 57 | 63 |
| Binary | 10000011 | 10111100 | 1000111 | 11110 | 0 | 111110 | 11010 | 1011001 | 101111 | 110011 |
Color Harmonies of #83BC47
Complementary color
Monochromatic Colors of #83BC47
Black with #83BC47
Text Example
Text Example
White with #83BC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC47; }
p { color: rgb(131,188,71); }
H1.HeaderClassName
{
color: #83BC47;
}
.AnyTagClassName
{
color: #83BC47;
}
</style>
background-color css
<style>
a { background-color: #83BC47; }
a { background-color: rgb(131,188,71); }
div.DivClassName
{
background-color: #83BC47;
}
.BgClassName
{
background-color: #83BC47;
}
</style>
border-color css
<style>
span { border-color: #83BC47; }
span { border-color: rgb(131,188,71); }
td.TdClassName
{
border-color: #83BC47;
}
.TagClassName
{
border-color: #83BC47;
}
</style>