Shades of Mantis #83C167
Tints of Mantis #83C167
RGB
CMYK
RGB Variations
Color information
#83C167 (or 0x83C167) is known color: Mantis. HEX triplet: 83, C1 and 67. RGB value is (131,193,103). Sum of RGB (Red+Green+Blue) = 131+193+103=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #83C167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C167 is #7C3E98. Grayscale: #A4A4A4. Windows color (decimal): -8142489 or 6799747. OLE color: 6799747.
HSL color Cylindrical-coordinate representation of color #83C167: hue angle of 101.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83C167 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 193 | 103 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.24 |
| HSL | 101.33º | 0.42% | 0.58% | - |
| HSV(B) | 101.33º | 0.47% | 0.76% | - |
| XYZ | 30.88 | 43.94 | 19.69 | - |
| YUV | 164.2 | 93.46 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 193 | 103 | 0.32 | 0 | 0.47 | 0.24 | 101.33 | 0.42 | 0.58 |
| Hex | 83 | C1 | 67 | 20 | 0 | 2F | 18 | 65 | 2A | 3A |
| Octal | 203 | 301 | 147 | 40 | 0 | 57 | 30 | 145 | 52 | 72 |
| Binary | 10000011 | 11000001 | 1100111 | 100000 | 0 | 101111 | 11000 | 1100101 | 101010 | 111010 |
Color Harmonies of #83C167
Complementary color
Monochromatic Colors of #83C167
Black with #83C167
Text Example
Text Example
White with #83C167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C167; }
p { color: rgb(131,193,103); }
H1.HeaderClassName
{
color: #83C167;
}
.AnyTagClassName
{
color: #83C167;
}
</style>
background-color css
<style>
a { background-color: #83C167; }
a { background-color: rgb(131,193,103); }
div.DivClassName
{
background-color: #83C167;
}
.BgClassName
{
background-color: #83C167;
}
</style>
border-color css
<style>
span { border-color: #83C167; }
span { border-color: rgb(131,193,103); }
td.TdClassName
{
border-color: #83C167;
}
.TagClassName
{
border-color: #83C167;
}
</style>