Shades of Mantis #82BE5D
Tints of Mantis #82BE5D
RGB
CMYK
RGB Variations
Color information
#82BE5D (or 0x82BE5D) is known color: Mantis. HEX triplet: 82, BE and 5D. RGB value is (130,190,93). Sum of RGB (Red+Green+Blue) = 130+190+93=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BE5D is #7D41A2. Grayscale: #A1A1A1. Windows color (decimal): -8208803 or 6143618. OLE color: 6143618.
HSL color Cylindrical-coordinate representation of color #82BE5D: hue angle of 97.11º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82BE5D is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 93 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.25 |
| HSL | 97.11º | 0.43% | 0.55% | - |
| HSV(B) | 97.11º | 0.51% | 0.75% | - |
| XYZ | 29.6 | 42.36 | 16.97 | - |
| YUV | 161 | 89.62 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 93 | 0.32 | 0 | 0.51 | 0.25 | 97.11 | 0.43 | 0.55 |
| Hex | 82 | BE | 5D | 20 | 0 | 33 | 19 | 61 | 2B | 37 |
| Octal | 202 | 276 | 135 | 40 | 0 | 63 | 31 | 141 | 53 | 67 |
| Binary | 10000010 | 10111110 | 1011101 | 100000 | 0 | 110011 | 11001 | 1100001 | 101011 | 110111 |
Color Harmonies of #82BE5D
Complementary color
Monochromatic Colors of #82BE5D
Black with #82BE5D
Text Example
Text Example
White with #82BE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE5D; }
p { color: rgb(130,190,93); }
H1.HeaderClassName
{
color: #82BE5D;
}
.AnyTagClassName
{
color: #82BE5D;
}
</style>
background-color css
<style>
a { background-color: #82BE5D; }
a { background-color: rgb(130,190,93); }
div.DivClassName
{
background-color: #82BE5D;
}
.BgClassName
{
background-color: #82BE5D;
}
</style>
border-color css
<style>
span { border-color: #82BE5D; }
span { border-color: rgb(130,190,93); }
td.TdClassName
{
border-color: #82BE5D;
}
.TagClassName
{
border-color: #82BE5D;
}
</style>