Shades of Mantis #82C067
Tints of Mantis #82C067
RGB
CMYK
RGB Variations
Color information
#82C067 (or 0x82C067) is known color: Mantis. HEX triplet: 82, C0 and 67. RGB value is (130,192,103). Sum of RGB (Red+Green+Blue) = 130+192+103=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #82C067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C067 is #7D3F98. Grayscale: #A3A3A3. Windows color (decimal): -8208281 or 6799490. OLE color: 6799490.
HSL color Cylindrical-coordinate representation of color #82C067: hue angle of 101.8º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82C067 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 103 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.25 |
| HSL | 101.8º | 0.41% | 0.58% | - |
| HSV(B) | 101.8º | 0.46% | 0.75% | - |
| XYZ | 30.5 | 43.42 | 19.61 | - |
| YUV | 163.32 | 93.96 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 103 | 0.32 | 0 | 0.46 | 0.25 | 101.8 | 0.41 | 0.58 |
| Hex | 82 | C0 | 67 | 20 | 0 | 2E | 19 | 66 | 29 | 3A |
| Octal | 202 | 300 | 147 | 40 | 0 | 56 | 31 | 146 | 51 | 72 |
| Binary | 10000010 | 11000000 | 1100111 | 100000 | 0 | 101110 | 11001 | 1100110 | 101001 | 111010 |
Color Harmonies of #82C067
Complementary color
Monochromatic Colors of #82C067
Black with #82C067
Text Example
Text Example
White with #82C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C067; }
p { color: rgb(130,192,103); }
H1.HeaderClassName
{
color: #82C067;
}
.AnyTagClassName
{
color: #82C067;
}
</style>
background-color css
<style>
a { background-color: #82C067; }
a { background-color: rgb(130,192,103); }
div.DivClassName
{
background-color: #82C067;
}
.BgClassName
{
background-color: #82C067;
}
</style>
border-color css
<style>
span { border-color: #82C067; }
span { border-color: rgb(130,192,103); }
td.TdClassName
{
border-color: #82C067;
}
.TagClassName
{
border-color: #82C067;
}
</style>