Shades of Mantis #83D357
Tints of Mantis #83D357
RGB
CMYK
RGB Variations
Color information
#83D357 (or 0x83D357) is known color: Mantis. HEX triplet: 83, D3 and 57. RGB value is (131,211,87). Sum of RGB (Red+Green+Blue) = 131+211+87=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #83D357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D357 is #7C2CA8. Grayscale: #ADADAD. Windows color (decimal): -8137897 or 5755779. OLE color: 5755779.
HSL color Cylindrical-coordinate representation of color #83D357: hue angle of 98.71º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #83D357 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 211 | 87 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.17 |
| HSL | 98.71º | 0.58% | 0.58% | - |
| HSV(B) | 98.71º | 0.59% | 0.83% | - |
| XYZ | 34.37 | 52.1 | 17.26 | - |
| YUV | 172.94 | 79.5 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 211 | 87 | 0.38 | 0 | 0.59 | 0.17 | 98.71 | 0.58 | 0.58 |
| Hex | 83 | D3 | 57 | 26 | 0 | 3B | 11 | 63 | 3A | 3A |
| Octal | 203 | 323 | 127 | 46 | 0 | 73 | 21 | 143 | 72 | 72 |
| Binary | 10000011 | 11010011 | 1010111 | 100110 | 0 | 111011 | 10001 | 1100011 | 111010 | 111010 |
Color Harmonies of #83D357
Complementary color
Monochromatic Colors of #83D357
Black with #83D357
Text Example
Text Example
White with #83D357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D357; }
p { color: rgb(131,211,87); }
H1.HeaderClassName
{
color: #83D357;
}
.AnyTagClassName
{
color: #83D357;
}
</style>
background-color css
<style>
a { background-color: #83D357; }
a { background-color: rgb(131,211,87); }
div.DivClassName
{
background-color: #83D357;
}
.BgClassName
{
background-color: #83D357;
}
</style>
border-color css
<style>
span { border-color: #83D357; }
span { border-color: rgb(131,211,87); }
td.TdClassName
{
border-color: #83D357;
}
.TagClassName
{
border-color: #83D357;
}
</style>