Shades of Mantis #83D551
Tints of Mantis #83D551
RGB
CMYK
RGB Variations
Color information
#83D551 (or 0x83D551) is known color: Mantis. HEX triplet: 83, D5 and 51. RGB value is (131,213,81). Sum of RGB (Red+Green+Blue) = 131+213+81=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #83D551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D551 is #7C2AAE. Grayscale: #ADADAD. Windows color (decimal): -8137391 or 5363075. OLE color: 5363075.
HSL color Cylindrical-coordinate representation of color #83D551: hue angle of 97.27º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83D551 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 213 | 81 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.16 |
| HSL | 97.27º | 0.61% | 0.58% | - |
| HSV(B) | 97.27º | 0.62% | 0.84% | - |
| XYZ | 34.64 | 53.01 | 16.19 | - |
| YUV | 173.43 | 75.83 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 213 | 81 | 0.38 | 0 | 0.62 | 0.16 | 97.27 | 0.61 | 0.58 |
| Hex | 83 | D5 | 51 | 26 | 0 | 3E | 10 | 61 | 3D | 3A |
| Octal | 203 | 325 | 121 | 46 | 0 | 76 | 20 | 141 | 75 | 72 |
| Binary | 10000011 | 11010101 | 1010001 | 100110 | 0 | 111110 | 10000 | 1100001 | 111101 | 111010 |
Color Harmonies of #83D551
Complementary color
Monochromatic Colors of #83D551
Black with #83D551
Text Example
Text Example
White with #83D551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D551; }
p { color: rgb(131,213,81); }
H1.HeaderClassName
{
color: #83D551;
}
.AnyTagClassName
{
color: #83D551;
}
</style>
background-color css
<style>
a { background-color: #83D551; }
a { background-color: rgb(131,213,81); }
div.DivClassName
{
background-color: #83D551;
}
.BgClassName
{
background-color: #83D551;
}
</style>
border-color css
<style>
span { border-color: #83D551; }
span { border-color: rgb(131,213,81); }
td.TdClassName
{
border-color: #83D551;
}
.TagClassName
{
border-color: #83D551;
}
</style>