Shades of Mantis #82CB42
Tints of Mantis #82CB42
RGB
CMYK
RGB Variations
Color information
#82CB42 (or 0x82CB42) is known color: Mantis. HEX triplet: 82, CB and 42. RGB value is (130,203,66). Sum of RGB (Red+Green+Blue) = 130+203+66=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CB42 is #7D34BD. Grayscale: #A6A6A6. Windows color (decimal): -8205502 or 4377474. OLE color: 4377474.
HSL color Cylindrical-coordinate representation of color #82CB42: hue angle of 91.97º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82CB42 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 203 | 66 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.20 |
| HSL | 91.97º | 0.57% | 0.53% | - |
| HSV(B) | 91.97º | 0.67% | 0.8% | - |
| XYZ | 31.55 | 47.85 | 12.73 | - |
| YUV | 165.56 | 71.82 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 203 | 66 | 0.36 | 0 | 0.67 | 0.20 | 91.97 | 0.57 | 0.53 |
| Hex | 82 | CB | 42 | 24 | 0 | 43 | 14 | 5C | 39 | 35 |
| Octal | 202 | 313 | 102 | 44 | 0 | 103 | 24 | 134 | 71 | 65 |
| Binary | 10000010 | 11001011 | 1000010 | 100100 | 0 | 1000011 | 10100 | 1011100 | 111001 | 110101 |
Color Harmonies of #82CB42
Complementary color
Monochromatic Colors of #82CB42
Black with #82CB42
Text Example
Text Example
White with #82CB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CB42; }
p { color: rgb(130,203,66); }
H1.HeaderClassName
{
color: #82CB42;
}
.AnyTagClassName
{
color: #82CB42;
}
</style>
background-color css
<style>
a { background-color: #82CB42; }
a { background-color: rgb(130,203,66); }
div.DivClassName
{
background-color: #82CB42;
}
.BgClassName
{
background-color: #82CB42;
}
</style>
border-color css
<style>
span { border-color: #82CB42; }
span { border-color: rgb(130,203,66); }
td.TdClassName
{
border-color: #82CB42;
}
.TagClassName
{
border-color: #82CB42;
}
</style>