Shades of Mantis #83C949
Tints of Mantis #83C949
RGB
CMYK
RGB Variations
Color information
#83C949 (or 0x83C949) is known color: Mantis. HEX triplet: 83, C9 and 49. RGB value is (131,201,73). Sum of RGB (Red+Green+Blue) = 131+201+73=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #83C949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C949 is #7C36B6. Grayscale: #A5A5A5. Windows color (decimal): -8140471 or 4835715. OLE color: 4835715.
HSL color Cylindrical-coordinate representation of color #83C949: hue angle of 92.81º degrees, saturation: 0.54, 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 #83C949 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 201 | 73 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.21 |
| HSL | 92.81º | 0.54% | 0.54% | - |
| HSV(B) | 92.81º | 0.64% | 0.79% | - |
| XYZ | 31.45 | 47.08 | 13.73 | - |
| YUV | 165.48 | 75.81 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 201 | 73 | 0.35 | 0 | 0.64 | 0.21 | 92.81 | 0.54 | 0.54 |
| Hex | 83 | C9 | 49 | 23 | 0 | 40 | 15 | 5D | 36 | 36 |
| Octal | 203 | 311 | 111 | 43 | 0 | 100 | 25 | 135 | 66 | 66 |
| Binary | 10000011 | 11001001 | 1001001 | 100011 | 0 | 1000000 | 10101 | 1011101 | 110110 | 110110 |
Color Harmonies of #83C949
Complementary color
Monochromatic Colors of #83C949
Black with #83C949
Text Example
Text Example
White with #83C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C949; }
p { color: rgb(131,201,73); }
H1.HeaderClassName
{
color: #83C949;
}
.AnyTagClassName
{
color: #83C949;
}
</style>
background-color css
<style>
a { background-color: #83C949; }
a { background-color: rgb(131,201,73); }
div.DivClassName
{
background-color: #83C949;
}
.BgClassName
{
background-color: #83C949;
}
</style>
border-color css
<style>
span { border-color: #83C949; }
span { border-color: rgb(131,201,73); }
td.TdClassName
{
border-color: #83C949;
}
.TagClassName
{
border-color: #83C949;
}
</style>