Shades of Mantis #82BA50
Tints of Mantis #82BA50
RGB
CMYK
RGB Variations
Color information
#82BA50 (or 0x82BA50) is known color: Mantis. HEX triplet: 82, BA and 50. RGB value is (130,186,80). Sum of RGB (Red+Green+Blue) = 130+186+80=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BA50 is #7D45AF. Grayscale: #9D9D9D. Windows color (decimal): -8209840 or 5290626. OLE color: 5290626.
HSL color Cylindrical-coordinate representation of color #82BA50: hue angle of 91.7º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82BA50 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 186 | 80 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.27 |
| HSL | 91.7º | 0.43% | 0.52% | - |
| HSV(B) | 91.7º | 0.57% | 0.73% | - |
| XYZ | 28.21 | 40.44 | 13.91 | - |
| YUV | 157.17 | 84.45 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 80 | 0.30 | 0 | 0.57 | 0.27 | 91.7 | 0.43 | 0.52 |
| Hex | 82 | BA | 50 | 1E | 0 | 39 | 1B | 5C | 2B | 34 |
| Octal | 202 | 272 | 120 | 36 | 0 | 71 | 33 | 134 | 53 | 64 |
| Binary | 10000010 | 10111010 | 1010000 | 11110 | 0 | 111001 | 11011 | 1011100 | 101011 | 110100 |
Color Harmonies of #82BA50
Complementary color
Monochromatic Colors of #82BA50
Black with #82BA50
Text Example
Text Example
White with #82BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BA50; }
p { color: rgb(130,186,80); }
H1.HeaderClassName
{
color: #82BA50;
}
.AnyTagClassName
{
color: #82BA50;
}
</style>
background-color css
<style>
a { background-color: #82BA50; }
a { background-color: rgb(130,186,80); }
div.DivClassName
{
background-color: #82BA50;
}
.BgClassName
{
background-color: #82BA50;
}
</style>
border-color css
<style>
span { border-color: #82BA50; }
span { border-color: rgb(130,186,80); }
td.TdClassName
{
border-color: #82BA50;
}
.TagClassName
{
border-color: #82BA50;
}
</style>