Shades of Mantis #82BC5D
Tints of Mantis #82BC5D
RGB
CMYK
RGB Variations
Color information
#82BC5D (or 0x82BC5D) is known color: Mantis. HEX triplet: 82, BC and 5D. RGB value is (130,188,93). Sum of RGB (Red+Green+Blue) = 130+188+93=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC5D is #7D43A2. Grayscale: #A0A0A0. Windows color (decimal): -8209315 or 6143106. OLE color: 6143106.
HSL color Cylindrical-coordinate representation of color #82BC5D: hue angle of 96.63º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82BC5D is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 93 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.26 |
| HSL | 96.63º | 0.41% | 0.55% | - |
| HSV(B) | 96.63º | 0.51% | 0.74% | - |
| XYZ | 29.16 | 41.5 | 16.83 | - |
| YUV | 159.83 | 90.28 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 93 | 0.31 | 0 | 0.51 | 0.26 | 96.63 | 0.41 | 0.55 |
| Hex | 82 | BC | 5D | 1F | 0 | 33 | 1A | 61 | 29 | 37 |
| Octal | 202 | 274 | 135 | 37 | 0 | 63 | 32 | 141 | 51 | 67 |
| Binary | 10000010 | 10111100 | 1011101 | 11111 | 0 | 110011 | 11010 | 1100001 | 101001 | 110111 |
Color Harmonies of #82BC5D
Complementary color
Monochromatic Colors of #82BC5D
Black with #82BC5D
Text Example
Text Example
White with #82BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BC5D; }
p { color: rgb(130,188,93); }
H1.HeaderClassName
{
color: #82BC5D;
}
.AnyTagClassName
{
color: #82BC5D;
}
</style>
background-color css
<style>
a { background-color: #82BC5D; }
a { background-color: rgb(130,188,93); }
div.DivClassName
{
background-color: #82BC5D;
}
.BgClassName
{
background-color: #82BC5D;
}
</style>
border-color css
<style>
span { border-color: #82BC5D; }
span { border-color: rgb(130,188,93); }
td.TdClassName
{
border-color: #82BC5D;
}
.TagClassName
{
border-color: #82BC5D;
}
</style>