Shades of Mantis #82BC5E
Tints of Mantis #82BC5E
RGB
CMYK
RGB Variations
Color information
#82BC5E (or 0x82BC5E) is known color: Mantis. HEX triplet: 82, BC and 5E. RGB value is (130,188,94). Sum of RGB (Red+Green+Blue) = 130+188+94=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC5E is #7D43A1. Grayscale: #A0A0A0. Windows color (decimal): -8209314 or 6208642. OLE color: 6208642.
HSL color Cylindrical-coordinate representation of color #82BC5E: hue angle of 97.02º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82BC5E is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 94 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.26 |
| HSL | 97.02º | 0.41% | 0.55% | - |
| HSV(B) | 97.02º | 0.5% | 0.74% | - |
| XYZ | 29.21 | 41.52 | 17.06 | - |
| YUV | 159.94 | 90.78 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 94 | 0.31 | 0 | 0.50 | 0.26 | 97.02 | 0.41 | 0.55 |
| Hex | 82 | BC | 5E | 1F | 0 | 32 | 1A | 61 | 29 | 37 |
| Octal | 202 | 274 | 136 | 37 | 0 | 62 | 32 | 141 | 51 | 67 |
| Binary | 10000010 | 10111100 | 1011110 | 11111 | 0 | 110010 | 11010 | 1100001 | 101001 | 110111 |
Color Harmonies of #82BC5E
Complementary color
Monochromatic Colors of #82BC5E
Black with #82BC5E
Text Example
Text Example
White with #82BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BC5E; }
p { color: rgb(130,188,94); }
H1.HeaderClassName
{
color: #82BC5E;
}
.AnyTagClassName
{
color: #82BC5E;
}
</style>
background-color css
<style>
a { background-color: #82BC5E; }
a { background-color: rgb(130,188,94); }
div.DivClassName
{
background-color: #82BC5E;
}
.BgClassName
{
background-color: #82BC5E;
}
</style>
border-color css
<style>
span { border-color: #82BC5E; }
span { border-color: rgb(130,188,94); }
td.TdClassName
{
border-color: #82BC5E;
}
.TagClassName
{
border-color: #82BC5E;
}
</style>