Shades of Mantis #82D047
Tints of Mantis #82D047
RGB
CMYK
RGB Variations
Color information
#82D047 (or 0x82D047) is known color: Mantis. HEX triplet: 82, D0 and 47. RGB value is (130,208,71). Sum of RGB (Red+Green+Blue) = 130+208+71=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #82D047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D047 is #7D2FB8. Grayscale: #A9A9A9. Windows color (decimal): -8204217 or 4706434. OLE color: 4706434.
HSL color Cylindrical-coordinate representation of color #82D047: hue angle of 94.16º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82D047 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 208 | 71 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.18 |
| HSL | 94.16º | 0.59% | 0.55% | - |
| HSV(B) | 94.16º | 0.66% | 0.82% | - |
| XYZ | 32.9 | 50.31 | 13.94 | - |
| YUV | 169.06 | 72.66 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 208 | 71 | 0.38 | 0 | 0.66 | 0.18 | 94.16 | 0.59 | 0.55 |
| Hex | 82 | D0 | 47 | 26 | 0 | 42 | 12 | 5E | 3B | 37 |
| Octal | 202 | 320 | 107 | 46 | 0 | 102 | 22 | 136 | 73 | 67 |
| Binary | 10000010 | 11010000 | 1000111 | 100110 | 0 | 1000010 | 10010 | 1011110 | 111011 | 110111 |
Color Harmonies of #82D047
Complementary color
Monochromatic Colors of #82D047
Black with #82D047
Text Example
Text Example
White with #82D047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D047; }
p { color: rgb(130,208,71); }
H1.HeaderClassName
{
color: #82D047;
}
.AnyTagClassName
{
color: #82D047;
}
</style>
background-color css
<style>
a { background-color: #82D047; }
a { background-color: rgb(130,208,71); }
div.DivClassName
{
background-color: #82D047;
}
.BgClassName
{
background-color: #82D047;
}
</style>
border-color css
<style>
span { border-color: #82D047; }
span { border-color: rgb(130,208,71); }
td.TdClassName
{
border-color: #82D047;
}
.TagClassName
{
border-color: #82D047;
}
</style>