Shades of Mantis #83C054
Tints of Mantis #83C054
RGB
CMYK
RGB Variations
Color information
#83C054 (or 0x83C054) is known color: Mantis. HEX triplet: 83, C0 and 54. RGB value is (131,192,84). Sum of RGB (Red+Green+Blue) = 131+192+84=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #83C054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C054 is #7C3FAB. Grayscale: #A1A1A1. Windows color (decimal): -8142764 or 5554307. OLE color: 5554307.
HSL color Cylindrical-coordinate representation of color #83C054: hue angle of 93.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83C054 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 192 | 84 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.25 |
| HSL | 93.89º | 0.46% | 0.54% | - |
| HSV(B) | 93.89º | 0.56% | 0.75% | - |
| XYZ | 29.81 | 43.16 | 15.15 | - |
| YUV | 161.45 | 84.29 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 192 | 84 | 0.32 | 0 | 0.56 | 0.25 | 93.89 | 0.46 | 0.54 |
| Hex | 83 | C0 | 54 | 20 | 0 | 38 | 19 | 5E | 2E | 36 |
| Octal | 203 | 300 | 124 | 40 | 0 | 70 | 31 | 136 | 56 | 66 |
| Binary | 10000011 | 11000000 | 1010100 | 100000 | 0 | 111000 | 11001 | 1011110 | 101110 | 110110 |
Color Harmonies of #83C054
Complementary color
Monochromatic Colors of #83C054
Black with #83C054
Text Example
Text Example
White with #83C054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C054; }
p { color: rgb(131,192,84); }
H1.HeaderClassName
{
color: #83C054;
}
.AnyTagClassName
{
color: #83C054;
}
</style>
background-color css
<style>
a { background-color: #83C054; }
a { background-color: rgb(131,192,84); }
div.DivClassName
{
background-color: #83C054;
}
.BgClassName
{
background-color: #83C054;
}
</style>
border-color css
<style>
span { border-color: #83C054; }
span { border-color: rgb(131,192,84); }
td.TdClassName
{
border-color: #83C054;
}
.TagClassName
{
border-color: #83C054;
}
</style>