Shades of Mantis #82BA44
Tints of Mantis #82BA44
RGB
CMYK
RGB Variations
Color information
#82BA44 (or 0x82BA44) is known color: Mantis. HEX triplet: 82, BA and 44. RGB value is (130,186,68). Sum of RGB (Red+Green+Blue) = 130+186+68=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BA44 is #7D45BB. Grayscale: #9C9C9C. Windows color (decimal): -8209852 or 4504194. OLE color: 4504194.
HSL color Cylindrical-coordinate representation of color #82BA44: hue angle of 88.47º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82BA44 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 186 | 68 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.27 |
| HSL | 88.47º | 0.46% | 0.5% | - |
| HSV(B) | 88.47º | 0.63% | 0.73% | - |
| XYZ | 27.81 | 40.28 | 11.78 | - |
| YUV | 155.8 | 78.45 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 68 | 0.30 | 0 | 0.63 | 0.27 | 88.47 | 0.46 | 0.5 |
| Hex | 82 | BA | 44 | 1E | 0 | 3F | 1B | 58 | 2E | 32 |
| Octal | 202 | 272 | 104 | 36 | 0 | 77 | 33 | 130 | 56 | 62 |
| Binary | 10000010 | 10111010 | 1000100 | 11110 | 0 | 111111 | 11011 | 1011000 | 101110 | 110010 |
Color Harmonies of #82BA44
Complementary color
Monochromatic Colors of #82BA44
Black with #82BA44
Text Example
Text Example
White with #82BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BA44; }
p { color: rgb(130,186,68); }
H1.HeaderClassName
{
color: #82BA44;
}
.AnyTagClassName
{
color: #82BA44;
}
</style>
background-color css
<style>
a { background-color: #82BA44; }
a { background-color: rgb(130,186,68); }
div.DivClassName
{
background-color: #82BA44;
}
.BgClassName
{
background-color: #82BA44;
}
</style>
border-color css
<style>
span { border-color: #82BA44; }
span { border-color: rgb(130,186,68); }
td.TdClassName
{
border-color: #82BA44;
}
.TagClassName
{
border-color: #82BA44;
}
</style>