Shades of Mantis #82CF46
Tints of Mantis #82CF46
RGB
CMYK
RGB Variations
Color information
#82CF46 (or 0x82CF46) is known color: Mantis. HEX triplet: 82, CF and 46. RGB value is (130,207,70). Sum of RGB (Red+Green+Blue) = 130+207+70=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CF46 is #7D30B9. Grayscale: #A8A8A8. Windows color (decimal): -8204474 or 4640642. OLE color: 4640642.
HSL color Cylindrical-coordinate representation of color #82CF46: hue angle of 93.72º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82CF46 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 207 | 70 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.19 |
| HSL | 93.72º | 0.59% | 0.54% | - |
| HSV(B) | 93.72º | 0.66% | 0.81% | - |
| XYZ | 32.62 | 49.81 | 13.69 | - |
| YUV | 168.36 | 72.49 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 70 | 0.37 | 0 | 0.66 | 0.19 | 93.72 | 0.59 | 0.54 |
| Hex | 82 | CF | 46 | 25 | 0 | 42 | 13 | 5E | 3B | 36 |
| Octal | 202 | 317 | 106 | 45 | 0 | 102 | 23 | 136 | 73 | 66 |
| Binary | 10000010 | 11001111 | 1000110 | 100101 | 0 | 1000010 | 10011 | 1011110 | 111011 | 110110 |
Color Harmonies of #82CF46
Complementary color
Monochromatic Colors of #82CF46
Black with #82CF46
Text Example
Text Example
White with #82CF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CF46; }
p { color: rgb(130,207,70); }
H1.HeaderClassName
{
color: #82CF46;
}
.AnyTagClassName
{
color: #82CF46;
}
</style>
background-color css
<style>
a { background-color: #82CF46; }
a { background-color: rgb(130,207,70); }
div.DivClassName
{
background-color: #82CF46;
}
.BgClassName
{
background-color: #82CF46;
}
</style>
border-color css
<style>
span { border-color: #82CF46; }
span { border-color: rgb(130,207,70); }
td.TdClassName
{
border-color: #82CF46;
}
.TagClassName
{
border-color: #82CF46;
}
</style>