Shades of Mantis #82C14D
Tints of Mantis #82C14D
RGB
CMYK
RGB Variations
Color information
#82C14D (or 0x82C14D) is known color: Mantis. HEX triplet: 82, C1 and 4D. RGB value is (130,193,77). Sum of RGB (Red+Green+Blue) = 130+193+77=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #82C14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C14D is #7D3EB2. Grayscale: #A1A1A1. Windows color (decimal): -8208051 or 5095810. OLE color: 5095810.
HSL color Cylindrical-coordinate representation of color #82C14D: hue angle of 92.59º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82C14D is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 193 | 77 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.24 |
| HSL | 92.59º | 0.48% | 0.53% | - |
| HSV(B) | 92.59º | 0.6% | 0.76% | - |
| XYZ | 29.62 | 43.42 | 13.84 | - |
| YUV | 160.94 | 80.63 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 193 | 77 | 0.33 | 0 | 0.60 | 0.24 | 92.59 | 0.48 | 0.53 |
| Hex | 82 | C1 | 4D | 21 | 0 | 3C | 18 | 5D | 30 | 35 |
| Octal | 202 | 301 | 115 | 41 | 0 | 74 | 30 | 135 | 60 | 65 |
| Binary | 10000010 | 11000001 | 1001101 | 100001 | 0 | 111100 | 11000 | 1011101 | 110000 | 110101 |
Color Harmonies of #82C14D
Complementary color
Monochromatic Colors of #82C14D
Black with #82C14D
Text Example
Text Example
White with #82C14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C14D; }
p { color: rgb(130,193,77); }
H1.HeaderClassName
{
color: #82C14D;
}
.AnyTagClassName
{
color: #82C14D;
}
</style>
background-color css
<style>
a { background-color: #82C14D; }
a { background-color: rgb(130,193,77); }
div.DivClassName
{
background-color: #82C14D;
}
.BgClassName
{
background-color: #82C14D;
}
</style>
border-color css
<style>
span { border-color: #82C14D; }
span { border-color: rgb(130,193,77); }
td.TdClassName
{
border-color: #82C14D;
}
.TagClassName
{
border-color: #82C14D;
}
</style>