Shades of Mantis #83CB43
Tints of Mantis #83CB43
RGB
CMYK
RGB Variations
Color information
#83CB43 (or 0x83CB43) is known color: Mantis. HEX triplet: 83, CB and 43. RGB value is (131,203,67). Sum of RGB (Red+Green+Blue) = 131+203+67=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #83CB43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CB43 is #7C34BC. Grayscale: #A6A6A6. Windows color (decimal): -8139965 or 4443011. OLE color: 4443011.
HSL color Cylindrical-coordinate representation of color #83CB43: hue angle of 91.76º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83CB43 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 203 | 67 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.20 |
| HSL | 91.76º | 0.57% | 0.53% | - |
| HSV(B) | 91.76º | 0.67% | 0.8% | - |
| XYZ | 31.73 | 47.94 | 12.89 | - |
| YUV | 165.97 | 72.15 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 203 | 67 | 0.35 | 0 | 0.67 | 0.20 | 91.76 | 0.57 | 0.53 |
| Hex | 83 | CB | 43 | 23 | 0 | 43 | 14 | 5C | 39 | 35 |
| Octal | 203 | 313 | 103 | 43 | 0 | 103 | 24 | 134 | 71 | 65 |
| Binary | 10000011 | 11001011 | 1000011 | 100011 | 0 | 1000011 | 10100 | 1011100 | 111001 | 110101 |
Color Harmonies of #83CB43
Complementary color
Monochromatic Colors of #83CB43
Black with #83CB43
Text Example
Text Example
White with #83CB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CB43; }
p { color: rgb(131,203,67); }
H1.HeaderClassName
{
color: #83CB43;
}
.AnyTagClassName
{
color: #83CB43;
}
</style>
background-color css
<style>
a { background-color: #83CB43; }
a { background-color: rgb(131,203,67); }
div.DivClassName
{
background-color: #83CB43;
}
.BgClassName
{
background-color: #83CB43;
}
</style>
border-color css
<style>
span { border-color: #83CB43; }
span { border-color: rgb(131,203,67); }
td.TdClassName
{
border-color: #83CB43;
}
.TagClassName
{
border-color: #83CB43;
}
</style>