Shades of Mantis #82C461
Tints of Mantis #82C461
RGB
CMYK
RGB Variations
Color information
#82C461 (or 0x82C461) is known color: Mantis. HEX triplet: 82, C4 and 61. RGB value is (130,196,97). Sum of RGB (Red+Green+Blue) = 130+196+97=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 196 - color contains mainly: green. Hex color #82C461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C461 is #7D3B9E. Grayscale: #A5A5A5. Windows color (decimal): -8207263 or 6407298. OLE color: 6407298.
HSL color Cylindrical-coordinate representation of color #82C461: hue angle of 100º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82C461 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 196 | 97 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.23 |
| HSL | 100º | 0.46% | 0.57% | - |
| HSV(B) | 100º | 0.51% | 0.77% | - |
| XYZ | 31.1 | 45.09 | 18.37 | - |
| YUV | 164.98 | 89.63 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 196 | 97 | 0.34 | 0 | 0.51 | 0.23 | 100 | 0.46 | 0.57 |
| Hex | 82 | C4 | 61 | 22 | 0 | 33 | 17 | 64 | 2E | 39 |
| Octal | 202 | 304 | 141 | 42 | 0 | 63 | 27 | 144 | 56 | 71 |
| Binary | 10000010 | 11000100 | 1100001 | 100010 | 0 | 110011 | 10111 | 1100100 | 101110 | 111001 |
Color Harmonies of #82C461
Complementary color
Monochromatic Colors of #82C461
Black with #82C461
Text Example
Text Example
White with #82C461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C461; }
p { color: rgb(130,196,97); }
H1.HeaderClassName
{
color: #82C461;
}
.AnyTagClassName
{
color: #82C461;
}
</style>
background-color css
<style>
a { background-color: #82C461; }
a { background-color: rgb(130,196,97); }
div.DivClassName
{
background-color: #82C461;
}
.BgClassName
{
background-color: #82C461;
}
</style>
border-color css
<style>
span { border-color: #82C461; }
span { border-color: rgb(130,196,97); }
td.TdClassName
{
border-color: #82C461;
}
.TagClassName
{
border-color: #82C461;
}
</style>