Shades of Mantis #83D845
Tints of Mantis #83D845
RGB
CMYK
RGB Variations
Color information
#83D845 (or 0x83D845) is known color: Mantis. HEX triplet: 83, D8 and 45. RGB value is (131,216,69). Sum of RGB (Red+Green+Blue) = 131+216+69=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #83D845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83D845 is #7C27BA. Grayscale: #AEAEAE. Windows color (decimal): -8136635 or 4577411. OLE color: 4577411.
HSL color Cylindrical-coordinate representation of color #83D845: hue angle of 94.69º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #83D845 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 69 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.15 |
| HSL | 94.69º | 0.65% | 0.56% | - |
| HSV(B) | 94.69º | 0.68% | 0.85% | - |
| XYZ | 34.99 | 54.37 | 14.28 | - |
| YUV | 173.83 | 68.84 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 69 | 0.39 | 0 | 0.68 | 0.15 | 94.69 | 0.65 | 0.56 |
| Hex | 83 | D8 | 45 | 27 | 0 | 44 | F | 5F | 41 | 38 |
| Octal | 203 | 330 | 105 | 47 | 0 | 104 | 17 | 137 | 101 | 70 |
| Binary | 10000011 | 11011000 | 1000101 | 100111 | 0 | 1000100 | 1111 | 1011111 | 1000001 | 111000 |
Color Harmonies of #83D845
Complementary color
Monochromatic Colors of #83D845
Black with #83D845
Text Example
Text Example
White with #83D845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D845; }
p { color: rgb(131,216,69); }
H1.HeaderClassName
{
color: #83D845;
}
.AnyTagClassName
{
color: #83D845;
}
</style>
background-color css
<style>
a { background-color: #83D845; }
a { background-color: rgb(131,216,69); }
div.DivClassName
{
background-color: #83D845;
}
.BgClassName
{
background-color: #83D845;
}
</style>
border-color css
<style>
span { border-color: #83D845; }
span { border-color: rgb(131,216,69); }
td.TdClassName
{
border-color: #83D845;
}
.TagClassName
{
border-color: #83D845;
}
</style>