Shades of Mantis #82CF47
Tints of Mantis #82CF47
RGB
CMYK
RGB Variations
Color information
#82CF47 (or 0x82CF47) is known color: Mantis. HEX triplet: 82, CF and 47. RGB value is (130,207,71). Sum of RGB (Red+Green+Blue) = 130+207+71=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CF47 is #7D30B8. Grayscale: #A8A8A8. Windows color (decimal): -8204473 or 4706178. OLE color: 4706178.
HSL color Cylindrical-coordinate representation of color #82CF47: hue angle of 93.97º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82CF47 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 207 | 71 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.19 |
| HSL | 93.97º | 0.59% | 0.55% | - |
| HSV(B) | 93.97º | 0.66% | 0.81% | - |
| XYZ | 32.66 | 49.83 | 13.86 | - |
| YUV | 168.47 | 72.99 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 71 | 0.37 | 0 | 0.66 | 0.19 | 93.97 | 0.59 | 0.55 |
| Hex | 82 | CF | 47 | 25 | 0 | 42 | 13 | 5E | 3B | 37 |
| Octal | 202 | 317 | 107 | 45 | 0 | 102 | 23 | 136 | 73 | 67 |
| Binary | 10000010 | 11001111 | 1000111 | 100101 | 0 | 1000010 | 10011 | 1011110 | 111011 | 110111 |
Color Harmonies of #82CF47
Complementary color
Monochromatic Colors of #82CF47
Black with #82CF47
Text Example
Text Example
White with #82CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CF47; }
p { color: rgb(130,207,71); }
H1.HeaderClassName
{
color: #82CF47;
}
.AnyTagClassName
{
color: #82CF47;
}
</style>
background-color css
<style>
a { background-color: #82CF47; }
a { background-color: rgb(130,207,71); }
div.DivClassName
{
background-color: #82CF47;
}
.BgClassName
{
background-color: #82CF47;
}
</style>
border-color css
<style>
span { border-color: #82CF47; }
span { border-color: rgb(130,207,71); }
td.TdClassName
{
border-color: #82CF47;
}
.TagClassName
{
border-color: #82CF47;
}
</style>