Shades of Mantis #83CA48
Tints of Mantis #83CA48
RGB
CMYK
RGB Variations
Color information
#83CA48 (or 0x83CA48) is known color: Mantis. HEX triplet: 83, CA and 48. RGB value is (131,202,72). Sum of RGB (Red+Green+Blue) = 131+202+72=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #83CA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CA48 is #7C35B7. Grayscale: #A6A6A6. Windows color (decimal): -8140216 or 4770435. OLE color: 4770435.
HSL color Cylindrical-coordinate representation of color #83CA48: hue angle of 92.77º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83CA48 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 202 | 72 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.21 |
| HSL | 92.77º | 0.55% | 0.54% | - |
| HSV(B) | 92.77º | 0.64% | 0.79% | - |
| XYZ | 31.65 | 47.53 | 13.64 | - |
| YUV | 165.95 | 74.98 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 202 | 72 | 0.35 | 0 | 0.64 | 0.21 | 92.77 | 0.55 | 0.54 |
| Hex | 83 | CA | 48 | 23 | 0 | 40 | 15 | 5D | 37 | 36 |
| Octal | 203 | 312 | 110 | 43 | 0 | 100 | 25 | 135 | 67 | 66 |
| Binary | 10000011 | 11001010 | 1001000 | 100011 | 0 | 1000000 | 10101 | 1011101 | 110111 | 110110 |
Color Harmonies of #83CA48
Complementary color
Monochromatic Colors of #83CA48
Black with #83CA48
Text Example
Text Example
White with #83CA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CA48; }
p { color: rgb(131,202,72); }
H1.HeaderClassName
{
color: #83CA48;
}
.AnyTagClassName
{
color: #83CA48;
}
</style>
background-color css
<style>
a { background-color: #83CA48; }
a { background-color: rgb(131,202,72); }
div.DivClassName
{
background-color: #83CA48;
}
.BgClassName
{
background-color: #83CA48;
}
</style>
border-color css
<style>
span { border-color: #83CA48; }
span { border-color: rgb(131,202,72); }
td.TdClassName
{
border-color: #83CA48;
}
.TagClassName
{
border-color: #83CA48;
}
</style>