Shades of Mantis #82C86F
Tints of Mantis #82C86F
RGB
CMYK
RGB Variations
Color information
#82C86F (or 0x82C86F) is known color: Mantis. HEX triplet: 82, C8 and 6F. RGB value is (130,200,111). Sum of RGB (Red+Green+Blue) = 130+200+111=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #82C86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C86F is #7D3790. Grayscale: #A9A9A9. Windows color (decimal): -8206225 or 7325826. OLE color: 7325826.
HSL color Cylindrical-coordinate representation of color #82C86F: hue angle of 107.19º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82C86F is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 200 | 111 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.22 |
| HSL | 107.19º | 0.45% | 0.61% | - |
| HSV(B) | 107.19º | 0.45% | 0.78% | - |
| XYZ | 32.73 | 47.2 | 22.42 | - |
| YUV | 168.92 | 95.31 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 200 | 111 | 0.35 | 0 | 0.44 | 0.22 | 107.19 | 0.45 | 0.61 |
| Hex | 82 | C8 | 6F | 23 | 0 | 2C | 16 | 6B | 2D | 3D |
| Octal | 202 | 310 | 157 | 43 | 0 | 54 | 26 | 153 | 55 | 75 |
| Binary | 10000010 | 11001000 | 1101111 | 100011 | 0 | 101100 | 10110 | 1101011 | 101101 | 111101 |
Color Harmonies of #82C86F
Complementary color
Monochromatic Colors of #82C86F
Black with #82C86F
Text Example
Text Example
White with #82C86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C86F; }
p { color: rgb(130,200,111); }
H1.HeaderClassName
{
color: #82C86F;
}
.AnyTagClassName
{
color: #82C86F;
}
</style>
background-color css
<style>
a { background-color: #82C86F; }
a { background-color: rgb(130,200,111); }
div.DivClassName
{
background-color: #82C86F;
}
.BgClassName
{
background-color: #82C86F;
}
</style>
border-color css
<style>
span { border-color: #82C86F; }
span { border-color: rgb(130,200,111); }
td.TdClassName
{
border-color: #82C86F;
}
.TagClassName
{
border-color: #82C86F;
}
</style>