Shades of Mantis #82C473
Tints of Mantis #82C473
RGB
CMYK
RGB Variations
Color information
#82C473 (or 0x82C473) is known color: Mantis. HEX triplet: 82, C4 and 73. RGB value is (130,196,115). Sum of RGB (Red+Green+Blue) = 130+196+115=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 196 - color contains mainly: green. Hex color #82C473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C473 is #7D3B8C. Grayscale: #A7A7A7. Windows color (decimal): -8207245 or 7586946. OLE color: 7586946.
HSL color Cylindrical-coordinate representation of color #82C473: hue angle of 108.89º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82C473 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 196 | 115 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.23 |
| HSL | 108.89º | 0.41% | 0.61% | - |
| HSV(B) | 108.89º | 0.41% | 0.77% | - |
| XYZ | 32.04 | 45.46 | 23.31 | - |
| YUV | 167.03 | 98.63 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 196 | 115 | 0.34 | 0 | 0.41 | 0.23 | 108.89 | 0.41 | 0.61 |
| Hex | 82 | C4 | 73 | 22 | 0 | 29 | 17 | 6D | 29 | 3D |
| Octal | 202 | 304 | 163 | 42 | 0 | 51 | 27 | 155 | 51 | 75 |
| Binary | 10000010 | 11000100 | 1110011 | 100010 | 0 | 101001 | 10111 | 1101101 | 101001 | 111101 |
Color Harmonies of #82C473
Complementary color
Monochromatic Colors of #82C473
Black with #82C473
Text Example
Text Example
White with #82C473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C473; }
p { color: rgb(130,196,115); }
H1.HeaderClassName
{
color: #82C473;
}
.AnyTagClassName
{
color: #82C473;
}
</style>
background-color css
<style>
a { background-color: #82C473; }
a { background-color: rgb(130,196,115); }
div.DivClassName
{
background-color: #82C473;
}
.BgClassName
{
background-color: #82C473;
}
</style>
border-color css
<style>
span { border-color: #82C473; }
span { border-color: rgb(130,196,115); }
td.TdClassName
{
border-color: #82C473;
}
.TagClassName
{
border-color: #82C473;
}
</style>