Shades of Mantis #83BC67
Tints of Mantis #83BC67
RGB
CMYK
RGB Variations
Color information
#83BC67 (or 0x83BC67) is known color: Mantis. HEX triplet: 83, BC and 67. RGB value is (131,188,103). Sum of RGB (Red+Green+Blue) = 131+188+103=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BC67 is #7C4398. Grayscale: #A1A1A1. Windows color (decimal): -8143769 or 6798467. OLE color: 6798467.
HSL color Cylindrical-coordinate representation of color #83BC67: hue angle of 100.24º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83BC67 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 103 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.26 |
| HSL | 100.24º | 0.39% | 0.57% | - |
| HSV(B) | 100.24º | 0.45% | 0.74% | - |
| XYZ | 29.79 | 41.77 | 19.32 | - |
| YUV | 161.27 | 95.12 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 103 | 0.30 | 0 | 0.45 | 0.26 | 100.24 | 0.39 | 0.57 |
| Hex | 83 | BC | 67 | 1E | 0 | 2D | 1A | 64 | 27 | 39 |
| Octal | 203 | 274 | 147 | 36 | 0 | 55 | 32 | 144 | 47 | 71 |
| Binary | 10000011 | 10111100 | 1100111 | 11110 | 0 | 101101 | 11010 | 1100100 | 100111 | 111001 |
Color Harmonies of #83BC67
Complementary color
Monochromatic Colors of #83BC67
Black with #83BC67
Text Example
Text Example
White with #83BC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC67; }
p { color: rgb(131,188,103); }
H1.HeaderClassName
{
color: #83BC67;
}
.AnyTagClassName
{
color: #83BC67;
}
</style>
background-color css
<style>
a { background-color: #83BC67; }
a { background-color: rgb(131,188,103); }
div.DivClassName
{
background-color: #83BC67;
}
.BgClassName
{
background-color: #83BC67;
}
</style>
border-color css
<style>
span { border-color: #83BC67; }
span { border-color: rgb(131,188,103); }
td.TdClassName
{
border-color: #83BC67;
}
.TagClassName
{
border-color: #83BC67;
}
</style>