Shades of Mantis #82BA65
Tints of Mantis #82BA65
RGB
CMYK
RGB Variations
Color information
#82BA65 (or 0x82BA65) is known color: Mantis. HEX triplet: 82, BA and 65. RGB value is (130,186,101). Sum of RGB (Red+Green+Blue) = 130+186+101=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BA65 is #7D459A. Grayscale: #9F9F9F. Windows color (decimal): -8209819 or 6666882. OLE color: 6666882.
HSL color Cylindrical-coordinate representation of color #82BA65: hue angle of 99.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82BA65 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 186 | 101 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.27 |
| HSL | 99.53º | 0.38% | 0.56% | - |
| HSV(B) | 99.53º | 0.46% | 0.73% | - |
| XYZ | 29.11 | 40.8 | 18.65 | - |
| YUV | 159.57 | 94.95 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 101 | 0.30 | 0 | 0.46 | 0.27 | 99.53 | 0.38 | 0.56 |
| Hex | 82 | BA | 65 | 1E | 0 | 2E | 1B | 64 | 26 | 38 |
| Octal | 202 | 272 | 145 | 36 | 0 | 56 | 33 | 144 | 46 | 70 |
| Binary | 10000010 | 10111010 | 1100101 | 11110 | 0 | 101110 | 11011 | 1100100 | 100110 | 111000 |
Color Harmonies of #82BA65
Complementary color
Monochromatic Colors of #82BA65
Black with #82BA65
Text Example
Text Example
White with #82BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BA65; }
p { color: rgb(130,186,101); }
H1.HeaderClassName
{
color: #82BA65;
}
.AnyTagClassName
{
color: #82BA65;
}
</style>
background-color css
<style>
a { background-color: #82BA65; }
a { background-color: rgb(130,186,101); }
div.DivClassName
{
background-color: #82BA65;
}
.BgClassName
{
background-color: #82BA65;
}
</style>
border-color css
<style>
span { border-color: #82BA65; }
span { border-color: rgb(130,186,101); }
td.TdClassName
{
border-color: #82BA65;
}
.TagClassName
{
border-color: #82BA65;
}
</style>