Shades of Mantis #82CA42
Tints of Mantis #82CA42
RGB
CMYK
RGB Variations
Color information
#82CA42 (or 0x82CA42) is known color: Mantis. HEX triplet: 82, CA and 42. RGB value is (130,202,66). Sum of RGB (Red+Green+Blue) = 130+202+66=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA42 is #7D35BD. Grayscale: #A5A5A5. Windows color (decimal): -8205758 or 4377218. OLE color: 4377218.
HSL color Cylindrical-coordinate representation of color #82CA42: hue angle of 91.76º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82CA42 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 66 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.21 |
| HSL | 91.76º | 0.56% | 0.53% | - |
| HSV(B) | 91.76º | 0.67% | 0.79% | - |
| XYZ | 31.31 | 47.38 | 12.65 | - |
| YUV | 164.97 | 72.15 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 66 | 0.36 | 0 | 0.67 | 0.21 | 91.76 | 0.56 | 0.53 |
| Hex | 82 | CA | 42 | 24 | 0 | 43 | 15 | 5C | 38 | 35 |
| Octal | 202 | 312 | 102 | 44 | 0 | 103 | 25 | 134 | 70 | 65 |
| Binary | 10000010 | 11001010 | 1000010 | 100100 | 0 | 1000011 | 10101 | 1011100 | 111000 | 110101 |
Color Harmonies of #82CA42
Complementary color
Monochromatic Colors of #82CA42
Black with #82CA42
Text Example
Text Example
White with #82CA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA42; }
p { color: rgb(130,202,66); }
H1.HeaderClassName
{
color: #82CA42;
}
.AnyTagClassName
{
color: #82CA42;
}
</style>
background-color css
<style>
a { background-color: #82CA42; }
a { background-color: rgb(130,202,66); }
div.DivClassName
{
background-color: #82CA42;
}
.BgClassName
{
background-color: #82CA42;
}
</style>
border-color css
<style>
span { border-color: #82CA42; }
span { border-color: rgb(130,202,66); }
td.TdClassName
{
border-color: #82CA42;
}
.TagClassName
{
border-color: #82CA42;
}
</style>