Shades of Mantis #82CA44
Tints of Mantis #82CA44
RGB
CMYK
RGB Variations
Color information
#82CA44 (or 0x82CA44) is known color: Mantis. HEX triplet: 82, CA and 44. RGB value is (130,202,68). Sum of RGB (Red+Green+Blue) = 130+202+68=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA44 is #7D35BB. Grayscale: #A5A5A5. Windows color (decimal): -8205756 or 4508290. OLE color: 4508290.
HSL color Cylindrical-coordinate representation of color #82CA44: hue angle of 92.24º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82CA44 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 68 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.21 |
| HSL | 92.24º | 0.56% | 0.53% | - |
| HSV(B) | 92.24º | 0.66% | 0.79% | - |
| XYZ | 31.37 | 47.4 | 12.97 | - |
| YUV | 165.2 | 73.15 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 68 | 0.36 | 0 | 0.66 | 0.21 | 92.24 | 0.56 | 0.53 |
| Hex | 82 | CA | 44 | 24 | 0 | 42 | 15 | 5C | 38 | 35 |
| Octal | 202 | 312 | 104 | 44 | 0 | 102 | 25 | 134 | 70 | 65 |
| Binary | 10000010 | 11001010 | 1000100 | 100100 | 0 | 1000010 | 10101 | 1011100 | 111000 | 110101 |
Color Harmonies of #82CA44
Complementary color
Monochromatic Colors of #82CA44
Black with #82CA44
Text Example
Text Example
White with #82CA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA44; }
p { color: rgb(130,202,68); }
H1.HeaderClassName
{
color: #82CA44;
}
.AnyTagClassName
{
color: #82CA44;
}
</style>
background-color css
<style>
a { background-color: #82CA44; }
a { background-color: rgb(130,202,68); }
div.DivClassName
{
background-color: #82CA44;
}
.BgClassName
{
background-color: #82CA44;
}
</style>
border-color css
<style>
span { border-color: #82CA44; }
span { border-color: rgb(130,202,68); }
td.TdClassName
{
border-color: #82CA44;
}
.TagClassName
{
border-color: #82CA44;
}
</style>