Shades of Mantis #83D365
Tints of Mantis #83D365
RGB
CMYK
RGB Variations
Color information
#83D365 (or 0x83D365) is known color: Mantis. HEX triplet: 83, D3 and 65. RGB value is (131,211,101). Sum of RGB (Red+Green+Blue) = 131+211+101=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 211 - color contains mainly: green. Hex color #83D365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D365 is #7C2C9A. Grayscale: #AEAEAE. Windows color (decimal): -8137883 or 6673283. OLE color: 6673283.
HSL color Cylindrical-coordinate representation of color #83D365: hue angle of 103.64º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83D365 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 211 | 101 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.17 |
| HSL | 103.64º | 0.56% | 0.61% | - |
| HSV(B) | 103.64º | 0.52% | 0.83% | - |
| XYZ | 35 | 52.35 | 20.57 | - |
| YUV | 174.54 | 86.5 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 211 | 101 | 0.38 | 0 | 0.52 | 0.17 | 103.64 | 0.56 | 0.61 |
| Hex | 83 | D3 | 65 | 26 | 0 | 34 | 11 | 68 | 38 | 3D |
| Octal | 203 | 323 | 145 | 46 | 0 | 64 | 21 | 150 | 70 | 75 |
| Binary | 10000011 | 11010011 | 1100101 | 100110 | 0 | 110100 | 10001 | 1101000 | 111000 | 111101 |
Color Harmonies of #83D365
Complementary color
Monochromatic Colors of #83D365
Black with #83D365
Text Example
Text Example
White with #83D365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D365; }
p { color: rgb(131,211,101); }
H1.HeaderClassName
{
color: #83D365;
}
.AnyTagClassName
{
color: #83D365;
}
</style>
background-color css
<style>
a { background-color: #83D365; }
a { background-color: rgb(131,211,101); }
div.DivClassName
{
background-color: #83D365;
}
.BgClassName
{
background-color: #83D365;
}
</style>
border-color css
<style>
span { border-color: #83D365; }
span { border-color: rgb(131,211,101); }
td.TdClassName
{
border-color: #83D365;
}
.TagClassName
{
border-color: #83D365;
}
</style>