Shades of Mantis #82C14F
Tints of Mantis #82C14F
RGB
CMYK
RGB Variations
Color information
#82C14F (or 0x82C14F) is known color: Mantis. HEX triplet: 82, C1 and 4F. RGB value is (130,193,79). Sum of RGB (Red+Green+Blue) = 130+193+79=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #82C14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C14F is #7D3EB0. Grayscale: #A1A1A1. Windows color (decimal): -8208049 or 5226882. OLE color: 5226882.
HSL color Cylindrical-coordinate representation of color #82C14F: hue angle of 93.16º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82C14F is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 193 | 79 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.24 |
| HSL | 93.16º | 0.48% | 0.53% | - |
| HSV(B) | 93.16º | 0.59% | 0.76% | - |
| XYZ | 29.69 | 43.45 | 14.22 | - |
| YUV | 161.17 | 81.63 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 193 | 79 | 0.33 | 0 | 0.59 | 0.24 | 93.16 | 0.48 | 0.53 |
| Hex | 82 | C1 | 4F | 21 | 0 | 3B | 18 | 5D | 30 | 35 |
| Octal | 202 | 301 | 117 | 41 | 0 | 73 | 30 | 135 | 60 | 65 |
| Binary | 10000010 | 11000001 | 1001111 | 100001 | 0 | 111011 | 11000 | 1011101 | 110000 | 110101 |
Color Harmonies of #82C14F
Complementary color
Monochromatic Colors of #82C14F
Black with #82C14F
Text Example
Text Example
White with #82C14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C14F; }
p { color: rgb(130,193,79); }
H1.HeaderClassName
{
color: #82C14F;
}
.AnyTagClassName
{
color: #82C14F;
}
</style>
background-color css
<style>
a { background-color: #82C14F; }
a { background-color: rgb(130,193,79); }
div.DivClassName
{
background-color: #82C14F;
}
.BgClassName
{
background-color: #82C14F;
}
</style>
border-color css
<style>
span { border-color: #82C14F; }
span { border-color: rgb(130,193,79); }
td.TdClassName
{
border-color: #82C14F;
}
.TagClassName
{
border-color: #82C14F;
}
</style>