Shades of Mantis #83D868
Tints of Mantis #83D868
RGB
CMYK
RGB Variations
Color information
#83D868 (or 0x83D868) is known color: Mantis. HEX triplet: 83, D8 and 68. RGB value is (131,216,104). Sum of RGB (Red+Green+Blue) = 131+216+104=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #83D868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D868 is #7C2797. Grayscale: #B2B2B2. Windows color (decimal): -8136600 or 6871171. OLE color: 6871171.
HSL color Cylindrical-coordinate representation of color #83D868: hue angle of 105.54º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83D868 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 104 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.15 |
| HSL | 105.54º | 0.59% | 0.63% | - |
| HSV(B) | 105.54º | 0.52% | 0.85% | - |
| XYZ | 36.41 | 54.94 | 21.78 | - |
| YUV | 177.82 | 86.34 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 104 | 0.39 | 0 | 0.52 | 0.15 | 105.54 | 0.59 | 0.63 |
| Hex | 83 | D8 | 68 | 27 | 0 | 34 | F | 6A | 3B | 3F |
| Octal | 203 | 330 | 150 | 47 | 0 | 64 | 17 | 152 | 73 | 77 |
| Binary | 10000011 | 11011000 | 1101000 | 100111 | 0 | 110100 | 1111 | 1101010 | 111011 | 111111 |
Color Harmonies of #83D868
Complementary color
Monochromatic Colors of #83D868
Black with #83D868
Text Example
Text Example
White with #83D868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D868; }
p { color: rgb(131,216,104); }
H1.HeaderClassName
{
color: #83D868;
}
.AnyTagClassName
{
color: #83D868;
}
</style>
background-color css
<style>
a { background-color: #83D868; }
a { background-color: rgb(131,216,104); }
div.DivClassName
{
background-color: #83D868;
}
.BgClassName
{
background-color: #83D868;
}
</style>
border-color css
<style>
span { border-color: #83D868; }
span { border-color: rgb(131,216,104); }
td.TdClassName
{
border-color: #83D868;
}
.TagClassName
{
border-color: #83D868;
}
</style>