Shades of Mantis #83D555
Tints of Mantis #83D555
RGB
CMYK
RGB Variations
Color information
#83D555 (or 0x83D555) is known color: Mantis. HEX triplet: 83, D5 and 55. RGB value is (131,213,85). Sum of RGB (Red+Green+Blue) = 131+213+85=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #83D555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D555 is #7C2AAA. Grayscale: #AEAEAE. Windows color (decimal): -8137387 or 5625219. OLE color: 5625219.
HSL color Cylindrical-coordinate representation of color #83D555: hue angle of 98.44º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83D555 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 213 | 85 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.16 |
| HSL | 98.44º | 0.6% | 0.58% | - |
| HSV(B) | 98.44º | 0.6% | 0.84% | - |
| XYZ | 34.79 | 53.07 | 17 | - |
| YUV | 173.89 | 77.83 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 213 | 85 | 0.38 | 0 | 0.60 | 0.16 | 98.44 | 0.6 | 0.58 |
| Hex | 83 | D5 | 55 | 26 | 0 | 3C | 10 | 62 | 3C | 3A |
| Octal | 203 | 325 | 125 | 46 | 0 | 74 | 20 | 142 | 74 | 72 |
| Binary | 10000011 | 11010101 | 1010101 | 100110 | 0 | 111100 | 10000 | 1100010 | 111100 | 111010 |
Color Harmonies of #83D555
Complementary color
Monochromatic Colors of #83D555
Black with #83D555
Text Example
Text Example
White with #83D555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D555; }
p { color: rgb(131,213,85); }
H1.HeaderClassName
{
color: #83D555;
}
.AnyTagClassName
{
color: #83D555;
}
</style>
background-color css
<style>
a { background-color: #83D555; }
a { background-color: rgb(131,213,85); }
div.DivClassName
{
background-color: #83D555;
}
.BgClassName
{
background-color: #83D555;
}
</style>
border-color css
<style>
span { border-color: #83D555; }
span { border-color: rgb(131,213,85); }
td.TdClassName
{
border-color: #83D555;
}
.TagClassName
{
border-color: #83D555;
}
</style>