Shades of Mantis #83C16D
Tints of Mantis #83C16D
RGB
CMYK
RGB Variations
Color information
#83C16D (or 0x83C16D) is known color: Mantis. HEX triplet: 83, C1 and 6D. RGB value is (131,193,109). Sum of RGB (Red+Green+Blue) = 131+193+109=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #83C16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C16D is #7C3E92. Grayscale: #A5A5A5. Windows color (decimal): -8142483 or 7192963. OLE color: 7192963.
HSL color Cylindrical-coordinate representation of color #83C16D: hue angle of 104.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83C16D is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 193 | 109 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.24 |
| HSL | 104.29º | 0.4% | 0.59% | - |
| HSV(B) | 104.29º | 0.44% | 0.76% | - |
| XYZ | 31.19 | 44.07 | 21.33 | - |
| YUV | 164.89 | 96.46 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 193 | 109 | 0.32 | 0 | 0.44 | 0.24 | 104.29 | 0.4 | 0.59 |
| Hex | 83 | C1 | 6D | 20 | 0 | 2C | 18 | 68 | 28 | 3B |
| Octal | 203 | 301 | 155 | 40 | 0 | 54 | 30 | 150 | 50 | 73 |
| Binary | 10000011 | 11000001 | 1101101 | 100000 | 0 | 101100 | 11000 | 1101000 | 101000 | 111011 |
Color Harmonies of #83C16D
Complementary color
Monochromatic Colors of #83C16D
Black with #83C16D
Text Example
Text Example
White with #83C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C16D; }
p { color: rgb(131,193,109); }
H1.HeaderClassName
{
color: #83C16D;
}
.AnyTagClassName
{
color: #83C16D;
}
</style>
background-color css
<style>
a { background-color: #83C16D; }
a { background-color: rgb(131,193,109); }
div.DivClassName
{
background-color: #83C16D;
}
.BgClassName
{
background-color: #83C16D;
}
</style>
border-color css
<style>
span { border-color: #83C16D; }
span { border-color: rgb(131,193,109); }
td.TdClassName
{
border-color: #83C16D;
}
.TagClassName
{
border-color: #83C16D;
}
</style>