Shades of Mantis #82BA72
Tints of Mantis #82BA72
RGB
CMYK
RGB Variations
Color information
#82BA72 (or 0x82BA72) is known color: Mantis. HEX triplet: 82, BA and 72. RGB value is (130,186,114). Sum of RGB (Red+Green+Blue) = 130+186+114=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BA72 is #7D458D. Grayscale: #A1A1A1. Windows color (decimal): -8209806 or 7518850. OLE color: 7518850.
HSL color Cylindrical-coordinate representation of color #82BA72: hue angle of 106.67º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82BA72 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 186 | 114 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.27 |
| HSL | 106.67º | 0.34% | 0.59% | - |
| HSV(B) | 106.67º | 0.39% | 0.73% | - |
| XYZ | 29.8 | 41.08 | 22.28 | - |
| YUV | 161.05 | 101.45 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 114 | 0.30 | 0 | 0.39 | 0.27 | 106.67 | 0.34 | 0.59 |
| Hex | 82 | BA | 72 | 1E | 0 | 27 | 1B | 6B | 22 | 3B |
| Octal | 202 | 272 | 162 | 36 | 0 | 47 | 33 | 153 | 42 | 73 |
| Binary | 10000010 | 10111010 | 1110010 | 11110 | 0 | 100111 | 11011 | 1101011 | 100010 | 111011 |
Color Harmonies of #82BA72
Complementary color
Monochromatic Colors of #82BA72
Black with #82BA72
Text Example
Text Example
White with #82BA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BA72; }
p { color: rgb(130,186,114); }
H1.HeaderClassName
{
color: #82BA72;
}
.AnyTagClassName
{
color: #82BA72;
}
</style>
background-color css
<style>
a { background-color: #82BA72; }
a { background-color: rgb(130,186,114); }
div.DivClassName
{
background-color: #82BA72;
}
.BgClassName
{
background-color: #82BA72;
}
</style>
border-color css
<style>
span { border-color: #82BA72; }
span { border-color: rgb(130,186,114); }
td.TdClassName
{
border-color: #82BA72;
}
.TagClassName
{
border-color: #82BA72;
}
</style>