Shades of Mantis #82BE5E
Tints of Mantis #82BE5E
RGB
CMYK
RGB Variations
Color information
#82BE5E (or 0x82BE5E) is known color: Mantis. HEX triplet: 82, BE and 5E. RGB value is (130,190,94). Sum of RGB (Red+Green+Blue) = 130+190+94=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BE5E is #7D41A1. Grayscale: #A1A1A1. Windows color (decimal): -8208802 or 6209154. OLE color: 6209154.
HSL color Cylindrical-coordinate representation of color #82BE5E: hue angle of 97.5º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82BE5E is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 94 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.25 |
| HSL | 97.5º | 0.42% | 0.56% | - |
| HSV(B) | 97.5º | 0.51% | 0.75% | - |
| XYZ | 29.64 | 42.38 | 17.21 | - |
| YUV | 161.12 | 90.12 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 94 | 0.32 | 0 | 0.51 | 0.25 | 97.5 | 0.42 | 0.56 |
| Hex | 82 | BE | 5E | 20 | 0 | 33 | 19 | 62 | 2A | 38 |
| Octal | 202 | 276 | 136 | 40 | 0 | 63 | 31 | 142 | 52 | 70 |
| Binary | 10000010 | 10111110 | 1011110 | 100000 | 0 | 110011 | 11001 | 1100010 | 101010 | 111000 |
Color Harmonies of #82BE5E
Complementary color
Monochromatic Colors of #82BE5E
Black with #82BE5E
Text Example
Text Example
White with #82BE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE5E; }
p { color: rgb(130,190,94); }
H1.HeaderClassName
{
color: #82BE5E;
}
.AnyTagClassName
{
color: #82BE5E;
}
</style>
background-color css
<style>
a { background-color: #82BE5E; }
a { background-color: rgb(130,190,94); }
div.DivClassName
{
background-color: #82BE5E;
}
.BgClassName
{
background-color: #82BE5E;
}
</style>
border-color css
<style>
span { border-color: #82BE5E; }
span { border-color: rgb(130,190,94); }
td.TdClassName
{
border-color: #82BE5E;
}
.TagClassName
{
border-color: #82BE5E;
}
</style>