Shades of Mantis #82CA41
Tints of Mantis #82CA41
RGB
CMYK
RGB Variations
Color information
#82CA41 (or 0x82CA41) is known color: Mantis. HEX triplet: 82, CA and 41. RGB value is (130,202,65). Sum of RGB (Red+Green+Blue) = 130+202+65=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA41 is #7D35BE. Grayscale: #A5A5A5. Windows color (decimal): -8205759 or 4311682. OLE color: 4311682.
HSL color Cylindrical-coordinate representation of color #82CA41: hue angle of 91.53º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82CA41 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 65 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.21 |
| HSL | 91.53º | 0.56% | 0.52% | - |
| HSV(B) | 91.53º | 0.68% | 0.79% | - |
| XYZ | 31.28 | 47.37 | 12.5 | - |
| YUV | 164.85 | 71.65 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 65 | 0.36 | 0 | 0.68 | 0.21 | 91.53 | 0.56 | 0.52 |
| Hex | 82 | CA | 41 | 24 | 0 | 44 | 15 | 5C | 38 | 34 |
| Octal | 202 | 312 | 101 | 44 | 0 | 104 | 25 | 134 | 70 | 64 |
| Binary | 10000010 | 11001010 | 1000001 | 100100 | 0 | 1000100 | 10101 | 1011100 | 111000 | 110100 |
Color Harmonies of #82CA41
Complementary color
Monochromatic Colors of #82CA41
Black with #82CA41
Text Example
Text Example
White with #82CA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA41; }
p { color: rgb(130,202,65); }
H1.HeaderClassName
{
color: #82CA41;
}
.AnyTagClassName
{
color: #82CA41;
}
</style>
background-color css
<style>
a { background-color: #82CA41; }
a { background-color: rgb(130,202,65); }
div.DivClassName
{
background-color: #82CA41;
}
.BgClassName
{
background-color: #82CA41;
}
</style>
border-color css
<style>
span { border-color: #82CA41; }
span { border-color: rgb(130,202,65); }
td.TdClassName
{
border-color: #82CA41;
}
.TagClassName
{
border-color: #82CA41;
}
</style>