Shades of Mantis #83CA59
Tints of Mantis #83CA59
RGB
CMYK
RGB Variations
Color information
#83CA59 (or 0x83CA59) is known color: Mantis. HEX triplet: 83, CA and 59. RGB value is (131,202,89). Sum of RGB (Red+Green+Blue) = 131+202+89=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #83CA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83CA59 is #7C35A6. Grayscale: #A8A8A8. Windows color (decimal): -8140199 or 5884547. OLE color: 5884547.
HSL color Cylindrical-coordinate representation of color #83CA59: hue angle of 97.7º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83CA59 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 202 | 89 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.21 |
| HSL | 97.7º | 0.52% | 0.57% | - |
| HSV(B) | 97.7º | 0.56% | 0.79% | - |
| XYZ | 32.28 | 47.79 | 16.97 | - |
| YUV | 167.89 | 83.48 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 202 | 89 | 0.35 | 0 | 0.56 | 0.21 | 97.7 | 0.52 | 0.57 |
| Hex | 83 | CA | 59 | 23 | 0 | 38 | 15 | 62 | 34 | 39 |
| Octal | 203 | 312 | 131 | 43 | 0 | 70 | 25 | 142 | 64 | 71 |
| Binary | 10000011 | 11001010 | 1011001 | 100011 | 0 | 111000 | 10101 | 1100010 | 110100 | 111001 |
Color Harmonies of #83CA59
Complementary color
Monochromatic Colors of #83CA59
Black with #83CA59
Text Example
Text Example
White with #83CA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CA59; }
p { color: rgb(131,202,89); }
H1.HeaderClassName
{
color: #83CA59;
}
.AnyTagClassName
{
color: #83CA59;
}
</style>
background-color css
<style>
a { background-color: #83CA59; }
a { background-color: rgb(131,202,89); }
div.DivClassName
{
background-color: #83CA59;
}
.BgClassName
{
background-color: #83CA59;
}
</style>
border-color css
<style>
span { border-color: #83CA59; }
span { border-color: rgb(131,202,89); }
td.TdClassName
{
border-color: #83CA59;
}
.TagClassName
{
border-color: #83CA59;
}
</style>