Shades of Mantis #83B466
Tints of Mantis #83B466
RGB
CMYK
RGB Variations
Color information
#83B466 (or 0x83B466) is known color: Mantis. HEX triplet: 83, B4 and 66. RGB value is (131,180,102). Sum of RGB (Red+Green+Blue) = 131+180+102=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 180 (70.70% from 255 or 43.58% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 180 - color contains mainly: green. Hex color #83B466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B466 is #7C4B99. Grayscale: #9C9C9C. Windows color (decimal): -8145818 or 6730883. OLE color: 6730883.
HSL color Cylindrical-coordinate representation of color #83B466: hue angle of 97.69º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83B466 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 180 | 102 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.29 |
| HSL | 97.69º | 0.34% | 0.55% | - |
| HSV(B) | 97.69º | 0.43% | 0.71% | - |
| XYZ | 28.08 | 38.43 | 18.51 | - |
| YUV | 156.46 | 97.27 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 180 | 102 | 0.27 | 0 | 0.43 | 0.29 | 97.69 | 0.34 | 0.55 |
| Hex | 83 | B4 | 66 | 1B | 0 | 2B | 1D | 62 | 22 | 37 |
| Octal | 203 | 264 | 146 | 33 | 0 | 53 | 35 | 142 | 42 | 67 |
| Binary | 10000011 | 10110100 | 1100110 | 11011 | 0 | 101011 | 11101 | 1100010 | 100010 | 110111 |
Color Harmonies of #83B466
Complementary color
Monochromatic Colors of #83B466
Black with #83B466
Text Example
Text Example
White with #83B466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B466; }
p { color: rgb(131,180,102); }
H1.HeaderClassName
{
color: #83B466;
}
.AnyTagClassName
{
color: #83B466;
}
</style>
background-color css
<style>
a { background-color: #83B466; }
a { background-color: rgb(131,180,102); }
div.DivClassName
{
background-color: #83B466;
}
.BgClassName
{
background-color: #83B466;
}
</style>
border-color css
<style>
span { border-color: #83B466; }
span { border-color: rgb(131,180,102); }
td.TdClassName
{
border-color: #83B466;
}
.TagClassName
{
border-color: #83B466;
}
</style>