Shades of Mantis #82C04D
Tints of Mantis #82C04D
RGB
CMYK
RGB Variations
Color information
#82C04D (or 0x82C04D) is known color: Mantis. HEX triplet: 82, C0 and 4D. RGB value is (130,192,77). Sum of RGB (Red+Green+Blue) = 130+192+77=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #82C04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C04D is #7D3FB2. Grayscale: #A0A0A0. Windows color (decimal): -8208307 or 5095554. OLE color: 5095554.
HSL color Cylindrical-coordinate representation of color #82C04D: hue angle of 92.35º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82C04D is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 77 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.25 |
| HSL | 92.35º | 0.48% | 0.53% | - |
| HSV(B) | 92.35º | 0.6% | 0.75% | - |
| XYZ | 29.4 | 42.98 | 13.77 | - |
| YUV | 160.35 | 80.96 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 77 | 0.32 | 0 | 0.60 | 0.25 | 92.35 | 0.48 | 0.53 |
| Hex | 82 | C0 | 4D | 20 | 0 | 3C | 19 | 5C | 30 | 35 |
| Octal | 202 | 300 | 115 | 40 | 0 | 74 | 31 | 134 | 60 | 65 |
| Binary | 10000010 | 11000000 | 1001101 | 100000 | 0 | 111100 | 11001 | 1011100 | 110000 | 110101 |
Color Harmonies of #82C04D
Complementary color
Monochromatic Colors of #82C04D
Black with #82C04D
Text Example
Text Example
White with #82C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C04D; }
p { color: rgb(130,192,77); }
H1.HeaderClassName
{
color: #82C04D;
}
.AnyTagClassName
{
color: #82C04D;
}
</style>
background-color css
<style>
a { background-color: #82C04D; }
a { background-color: rgb(130,192,77); }
div.DivClassName
{
background-color: #82C04D;
}
.BgClassName
{
background-color: #82C04D;
}
</style>
border-color css
<style>
span { border-color: #82C04D; }
span { border-color: rgb(130,192,77); }
td.TdClassName
{
border-color: #82C04D;
}
.TagClassName
{
border-color: #82C04D;
}
</style>