Shades of Mantis #82BE70
Tints of Mantis #82BE70
RGB
CMYK
RGB Variations
Color information
#82BE70 (or 0x82BE70) is known color: Mantis. HEX triplet: 82, BE and 70. RGB value is (130,190,112). Sum of RGB (Red+Green+Blue) = 130+190+112=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BE70 is #7D418F. Grayscale: #A3A3A3. Windows color (decimal): -8208784 or 7388802. OLE color: 7388802.
HSL color Cylindrical-coordinate representation of color #82BE70: hue angle of 106.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82BE70 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 112 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.25 |
| HSL | 106.15º | 0.38% | 0.59% | - |
| HSV(B) | 106.15º | 0.41% | 0.75% | - |
| XYZ | 30.54 | 42.74 | 21.97 | - |
| YUV | 163.17 | 99.12 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 112 | 0.32 | 0 | 0.41 | 0.25 | 106.15 | 0.38 | 0.59 |
| Hex | 82 | BE | 70 | 20 | 0 | 29 | 19 | 6A | 26 | 3B |
| Octal | 202 | 276 | 160 | 40 | 0 | 51 | 31 | 152 | 46 | 73 |
| Binary | 10000010 | 10111110 | 1110000 | 100000 | 0 | 101001 | 11001 | 1101010 | 100110 | 111011 |
Color Harmonies of #82BE70
Complementary color
Monochromatic Colors of #82BE70
Black with #82BE70
Text Example
Text Example
White with #82BE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE70; }
p { color: rgb(130,190,112); }
H1.HeaderClassName
{
color: #82BE70;
}
.AnyTagClassName
{
color: #82BE70;
}
</style>
background-color css
<style>
a { background-color: #82BE70; }
a { background-color: rgb(130,190,112); }
div.DivClassName
{
background-color: #82BE70;
}
.BgClassName
{
background-color: #82BE70;
}
</style>
border-color css
<style>
span { border-color: #82BE70; }
span { border-color: rgb(130,190,112); }
td.TdClassName
{
border-color: #82BE70;
}
.TagClassName
{
border-color: #82BE70;
}
</style>