Shades of Mantis #83C05B
Tints of Mantis #83C05B
RGB
CMYK
RGB Variations
Color information
#83C05B (or 0x83C05B) is known color: Mantis. HEX triplet: 83, C0 and 5B. RGB value is (131,192,91). Sum of RGB (Red+Green+Blue) = 131+192+91=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #83C05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C05B is #7C3FA4. Grayscale: #A2A2A2. Windows color (decimal): -8142757 or 6013059. OLE color: 6013059.
HSL color Cylindrical-coordinate representation of color #83C05B: hue angle of 96.24º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83C05B is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 192 | 91 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.25 |
| HSL | 96.24º | 0.44% | 0.55% | - |
| HSV(B) | 96.24º | 0.53% | 0.75% | - |
| XYZ | 30.1 | 43.28 | 16.67 | - |
| YUV | 162.25 | 87.79 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 192 | 91 | 0.32 | 0 | 0.53 | 0.25 | 96.24 | 0.44 | 0.55 |
| Hex | 83 | C0 | 5B | 20 | 0 | 35 | 19 | 60 | 2C | 37 |
| Octal | 203 | 300 | 133 | 40 | 0 | 65 | 31 | 140 | 54 | 67 |
| Binary | 10000011 | 11000000 | 1011011 | 100000 | 0 | 110101 | 11001 | 1100000 | 101100 | 110111 |
Color Harmonies of #83C05B
Complementary color
Monochromatic Colors of #83C05B
Black with #83C05B
Text Example
Text Example
White with #83C05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C05B; }
p { color: rgb(131,192,91); }
H1.HeaderClassName
{
color: #83C05B;
}
.AnyTagClassName
{
color: #83C05B;
}
</style>
background-color css
<style>
a { background-color: #83C05B; }
a { background-color: rgb(131,192,91); }
div.DivClassName
{
background-color: #83C05B;
}
.BgClassName
{
background-color: #83C05B;
}
</style>
border-color css
<style>
span { border-color: #83C05B; }
span { border-color: rgb(131,192,91); }
td.TdClassName
{
border-color: #83C05B;
}
.TagClassName
{
border-color: #83C05B;
}
</style>