Shades of Mantis #82C044
Tints of Mantis #82C044
RGB
CMYK
RGB Variations
Color information
#82C044 (or 0x82C044) is known color: Mantis. HEX triplet: 82, C0 and 44. RGB value is (130,192,68). Sum of RGB (Red+Green+Blue) = 130+192+68=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #82C044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C044 is #7D3FBB. Grayscale: #9F9F9F. Windows color (decimal): -8208316 or 4505730. OLE color: 4505730.
HSL color Cylindrical-coordinate representation of color #82C044: hue angle of 90º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82C044 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 68 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.25 |
| HSL | 90º | 0.5% | 0.51% | - |
| HSV(B) | 90º | 0.65% | 0.75% | - |
| XYZ | 29.1 | 42.86 | 12.21 | - |
| YUV | 159.33 | 76.46 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 68 | 0.32 | 0 | 0.65 | 0.25 | 90 | 0.5 | 0.51 |
| Hex | 82 | C0 | 44 | 20 | 0 | 41 | 19 | 5A | 32 | 33 |
| Octal | 202 | 300 | 104 | 40 | 0 | 101 | 31 | 132 | 62 | 63 |
| Binary | 10000010 | 11000000 | 1000100 | 100000 | 0 | 1000001 | 11001 | 1011010 | 110010 | 110011 |
Color Harmonies of #82C044
Complementary color
Monochromatic Colors of #82C044
Black with #82C044
Text Example
Text Example
White with #82C044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C044; }
p { color: rgb(130,192,68); }
H1.HeaderClassName
{
color: #82C044;
}
.AnyTagClassName
{
color: #82C044;
}
</style>
background-color css
<style>
a { background-color: #82C044; }
a { background-color: rgb(130,192,68); }
div.DivClassName
{
background-color: #82C044;
}
.BgClassName
{
background-color: #82C044;
}
</style>
border-color css
<style>
span { border-color: #82C044; }
span { border-color: rgb(130,192,68); }
td.TdClassName
{
border-color: #82C044;
}
.TagClassName
{
border-color: #82C044;
}
</style>