Shades of Mantis #83D553
Tints of Mantis #83D553
RGB
CMYK
RGB Variations
Color information
#83D553 (or 0x83D553) is known color: Mantis. HEX triplet: 83, D5 and 53. RGB value is (131,213,83). Sum of RGB (Red+Green+Blue) = 131+213+83=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 213 (83.59% from 255 or 49.88% from 427); Blue value is 83 (32.81% from 255 or 19.44% from 427); Max value from RGB is 213 - color contains mainly: green. Hex color #83D553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D553 is #7C2AAC. Grayscale: #AEAEAE. Windows color (decimal): -8137389 or 5494147. OLE color: 5494147.
HSL color Cylindrical-coordinate representation of color #83D553: hue angle of 97.85º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83D553 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 213 | 83 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.16 |
| HSL | 97.85º | 0.61% | 0.58% | - |
| HSV(B) | 97.85º | 0.61% | 0.84% | - |
| XYZ | 34.72 | 53.04 | 16.59 | - |
| YUV | 173.66 | 76.83 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 213 | 83 | 0.38 | 0 | 0.61 | 0.16 | 97.85 | 0.61 | 0.58 |
| Hex | 83 | D5 | 53 | 26 | 0 | 3D | 10 | 62 | 3D | 3A |
| Octal | 203 | 325 | 123 | 46 | 0 | 75 | 20 | 142 | 75 | 72 |
| Binary | 10000011 | 11010101 | 1010011 | 100110 | 0 | 111101 | 10000 | 1100010 | 111101 | 111010 |
Color Harmonies of #83D553
Complementary color
Monochromatic Colors of #83D553
Black with #83D553
Text Example
Text Example
White with #83D553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D553; }
p { color: rgb(131,213,83); }
H1.HeaderClassName
{
color: #83D553;
}
.AnyTagClassName
{
color: #83D553;
}
</style>
background-color css
<style>
a { background-color: #83D553; }
a { background-color: rgb(131,213,83); }
div.DivClassName
{
background-color: #83D553;
}
.BgClassName
{
background-color: #83D553;
}
</style>
border-color css
<style>
span { border-color: #83D553; }
span { border-color: rgb(131,213,83); }
td.TdClassName
{
border-color: #83D553;
}
.TagClassName
{
border-color: #83D553;
}
</style>