Shades of Mantis #83D244
Tints of Mantis #83D244
RGB
CMYK
RGB Variations
Color information
#83D244 (or 0x83D244) is known color: Mantis. HEX triplet: 83, D2 and 44. RGB value is (131,210,68). Sum of RGB (Red+Green+Blue) = 131+210+68=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 68 (26.95% from 255 or 16.63% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #83D244 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D244 is #7C2DBB. Grayscale: #AAAAAA. Windows color (decimal): -8138172 or 4510339. OLE color: 4510339.
HSL color Cylindrical-coordinate representation of color #83D244: hue angle of 93.38º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83D244 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 210 | 68 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.18 |
| HSL | 93.38º | 0.61% | 0.55% | - |
| HSV(B) | 93.38º | 0.68% | 0.82% | - |
| XYZ | 33.45 | 51.34 | 13.61 | - |
| YUV | 170.19 | 70.33 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 210 | 68 | 0.38 | 0 | 0.68 | 0.18 | 93.38 | 0.61 | 0.55 |
| Hex | 83 | D2 | 44 | 26 | 0 | 44 | 12 | 5D | 3D | 37 |
| Octal | 203 | 322 | 104 | 46 | 0 | 104 | 22 | 135 | 75 | 67 |
| Binary | 10000011 | 11010010 | 1000100 | 100110 | 0 | 1000100 | 10010 | 1011101 | 111101 | 110111 |
Color Harmonies of #83D244
Complementary color
Monochromatic Colors of #83D244
Black with #83D244
Text Example
Text Example
White with #83D244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D244; }
p { color: rgb(131,210,68); }
H1.HeaderClassName
{
color: #83D244;
}
.AnyTagClassName
{
color: #83D244;
}
</style>
background-color css
<style>
a { background-color: #83D244; }
a { background-color: rgb(131,210,68); }
div.DivClassName
{
background-color: #83D244;
}
.BgClassName
{
background-color: #83D244;
}
</style>
border-color css
<style>
span { border-color: #83D244; }
span { border-color: rgb(131,210,68); }
td.TdClassName
{
border-color: #83D244;
}
.TagClassName
{
border-color: #83D244;
}
</style>