Shades of Mantis #83BC48
Tints of Mantis #83BC48
RGB
CMYK
RGB Variations
Color information
#83BC48 (or 0x83BC48) is known color: Mantis. HEX triplet: 83, BC and 48. RGB value is (131,188,72). Sum of RGB (Red+Green+Blue) = 131+188+72=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC48 is #7C43B7. Grayscale: #9E9E9E. Windows color (decimal): -8143800 or 4766851. OLE color: 4766851.
HSL color Cylindrical-coordinate representation of color #83BC48: hue angle of 89.48º degrees, saturation: 0.46, 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 #83BC48 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 72 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.26 |
| HSL | 89.48º | 0.46% | 0.51% | - |
| HSV(B) | 89.48º | 0.62% | 0.74% | - |
| XYZ | 28.51 | 41.26 | 12.59 | - |
| YUV | 157.73 | 79.62 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 72 | 0.30 | 0 | 0.62 | 0.26 | 89.48 | 0.46 | 0.51 |
| Hex | 83 | BC | 48 | 1E | 0 | 3E | 1A | 59 | 2E | 33 |
| Octal | 203 | 274 | 110 | 36 | 0 | 76 | 32 | 131 | 56 | 63 |
| Binary | 10000011 | 10111100 | 1001000 | 11110 | 0 | 111110 | 11010 | 1011001 | 101110 | 110011 |
Color Harmonies of #83BC48
Complementary color
Monochromatic Colors of #83BC48
Black with #83BC48
Text Example
Text Example
White with #83BC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC48; }
p { color: rgb(131,188,72); }
H1.HeaderClassName
{
color: #83BC48;
}
.AnyTagClassName
{
color: #83BC48;
}
</style>
background-color css
<style>
a { background-color: #83BC48; }
a { background-color: rgb(131,188,72); }
div.DivClassName
{
background-color: #83BC48;
}
.BgClassName
{
background-color: #83BC48;
}
</style>
border-color css
<style>
span { border-color: #83BC48; }
span { border-color: rgb(131,188,72); }
td.TdClassName
{
border-color: #83BC48;
}
.TagClassName
{
border-color: #83BC48;
}
</style>