Shades of Mantis #82C064
Tints of Mantis #82C064
RGB
CMYK
RGB Variations
Color information
#82C064 (or 0x82C064) is known color: Mantis. HEX triplet: 82, C0 and 64. RGB value is (130,192,100). Sum of RGB (Red+Green+Blue) = 130+192+100=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #82C064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C064 is #7D3F9B. Grayscale: #A3A3A3. Windows color (decimal): -8208284 or 6602882. OLE color: 6602882.
HSL color Cylindrical-coordinate representation of color #82C064: hue angle of 100.43º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82C064 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 100 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.25 |
| HSL | 100.43º | 0.42% | 0.57% | - |
| HSV(B) | 100.43º | 0.48% | 0.75% | - |
| XYZ | 30.36 | 43.37 | 18.83 | - |
| YUV | 162.97 | 92.46 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 100 | 0.32 | 0 | 0.48 | 0.25 | 100.43 | 0.42 | 0.57 |
| Hex | 82 | C0 | 64 | 20 | 0 | 30 | 19 | 64 | 2A | 39 |
| Octal | 202 | 300 | 144 | 40 | 0 | 60 | 31 | 144 | 52 | 71 |
| Binary | 10000010 | 11000000 | 1100100 | 100000 | 0 | 110000 | 11001 | 1100100 | 101010 | 111001 |
Color Harmonies of #82C064
Complementary color
Monochromatic Colors of #82C064
Black with #82C064
Text Example
Text Example
White with #82C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C064; }
p { color: rgb(130,192,100); }
H1.HeaderClassName
{
color: #82C064;
}
.AnyTagClassName
{
color: #82C064;
}
</style>
background-color css
<style>
a { background-color: #82C064; }
a { background-color: rgb(130,192,100); }
div.DivClassName
{
background-color: #82C064;
}
.BgClassName
{
background-color: #82C064;
}
</style>
border-color css
<style>
span { border-color: #82C064; }
span { border-color: rgb(130,192,100); }
td.TdClassName
{
border-color: #82C064;
}
.TagClassName
{
border-color: #82C064;
}
</style>