Shades of Mantis #83C943
Tints of Mantis #83C943
RGB
CMYK
RGB Variations
Color information
#83C943 (or 0x83C943) is known color: Mantis. HEX triplet: 83, C9 and 43. RGB value is (131,201,67). Sum of RGB (Red+Green+Blue) = 131+201+67=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #83C943 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C943 is #7C36BC. Grayscale: #A5A5A5. Windows color (decimal): -8140477 or 4442499. OLE color: 4442499.
HSL color Cylindrical-coordinate representation of color #83C943: hue angle of 91.34º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83C943 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 201 | 67 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.21 |
| HSL | 91.34º | 0.55% | 0.53% | - |
| HSV(B) | 91.34º | 0.67% | 0.79% | - |
| XYZ | 31.26 | 47 | 12.74 | - |
| YUV | 164.79 | 72.81 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 201 | 67 | 0.35 | 0 | 0.67 | 0.21 | 91.34 | 0.55 | 0.53 |
| Hex | 83 | C9 | 43 | 23 | 0 | 43 | 15 | 5B | 37 | 35 |
| Octal | 203 | 311 | 103 | 43 | 0 | 103 | 25 | 133 | 67 | 65 |
| Binary | 10000011 | 11001001 | 1000011 | 100011 | 0 | 1000011 | 10101 | 1011011 | 110111 | 110101 |
Color Harmonies of #83C943
Complementary color
Monochromatic Colors of #83C943
Black with #83C943
Text Example
Text Example
White with #83C943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C943; }
p { color: rgb(131,201,67); }
H1.HeaderClassName
{
color: #83C943;
}
.AnyTagClassName
{
color: #83C943;
}
</style>
background-color css
<style>
a { background-color: #83C943; }
a { background-color: rgb(131,201,67); }
div.DivClassName
{
background-color: #83C943;
}
.BgClassName
{
background-color: #83C943;
}
</style>
border-color css
<style>
span { border-color: #83C943; }
span { border-color: rgb(131,201,67); }
td.TdClassName
{
border-color: #83C943;
}
.TagClassName
{
border-color: #83C943;
}
</style>