Shades of Mantis #83C06D
Tints of Mantis #83C06D
RGB
CMYK
RGB Variations
Color information
#83C06D (or 0x83C06D) is known color: Mantis. HEX triplet: 83, C0 and 6D. RGB value is (131,192,109). Sum of RGB (Red+Green+Blue) = 131+192+109=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #83C06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C06D is #7C3F92. Grayscale: #A4A4A4. Windows color (decimal): -8142739 or 7192707. OLE color: 7192707.
HSL color Cylindrical-coordinate representation of color #83C06D: hue angle of 104.1º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83C06D is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 192 | 109 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.25 |
| HSL | 104.1º | 0.4% | 0.59% | - |
| HSV(B) | 104.1º | 0.43% | 0.75% | - |
| XYZ | 30.97 | 43.63 | 21.26 | - |
| YUV | 164.3 | 96.79 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 192 | 109 | 0.32 | 0 | 0.43 | 0.25 | 104.1 | 0.4 | 0.59 |
| Hex | 83 | C0 | 6D | 20 | 0 | 2B | 19 | 68 | 28 | 3B |
| Octal | 203 | 300 | 155 | 40 | 0 | 53 | 31 | 150 | 50 | 73 |
| Binary | 10000011 | 11000000 | 1101101 | 100000 | 0 | 101011 | 11001 | 1101000 | 101000 | 111011 |
Color Harmonies of #83C06D
Complementary color
Monochromatic Colors of #83C06D
Black with #83C06D
Text Example
Text Example
White with #83C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C06D; }
p { color: rgb(131,192,109); }
H1.HeaderClassName
{
color: #83C06D;
}
.AnyTagClassName
{
color: #83C06D;
}
</style>
background-color css
<style>
a { background-color: #83C06D; }
a { background-color: rgb(131,192,109); }
div.DivClassName
{
background-color: #83C06D;
}
.BgClassName
{
background-color: #83C06D;
}
</style>
border-color css
<style>
span { border-color: #83C06D; }
span { border-color: rgb(131,192,109); }
td.TdClassName
{
border-color: #83C06D;
}
.TagClassName
{
border-color: #83C06D;
}
</style>