Shades of Mantis #82C363
Tints of Mantis #82C363
RGB
CMYK
RGB Variations
Color information
#82C363 (or 0x82C363) is known color: Mantis. HEX triplet: 82, C3 and 63. RGB value is (130,195,99). Sum of RGB (Red+Green+Blue) = 130+195+99=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 99 (39.06% from 255 or 23.35% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #82C363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C363 is #7D3C9C. Grayscale: #A4A4A4. Windows color (decimal): -8207517 or 6538114. OLE color: 6538114.
HSL color Cylindrical-coordinate representation of color #82C363: hue angle of 100.62º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82C363 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 195 | 99 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.24 |
| HSL | 100.63º | 0.44% | 0.58% | - |
| HSV(B) | 100.63º | 0.49% | 0.76% | - |
| XYZ | 30.97 | 44.68 | 18.8 | - |
| YUV | 164.62 | 90.97 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 195 | 99 | 0.33 | 0 | 0.49 | 0.24 | 100.63 | 0.44 | 0.58 |
| Hex | 82 | C3 | 63 | 21 | 0 | 31 | 18 | 65 | 2C | 3A |
| Octal | 202 | 303 | 143 | 41 | 0 | 61 | 30 | 145 | 54 | 72 |
| Binary | 10000010 | 11000011 | 1100011 | 100001 | 0 | 110001 | 11000 | 1100101 | 101100 | 111010 |
Color Harmonies of #82C363
Complementary color
Monochromatic Colors of #82C363
Black with #82C363
Text Example
Text Example
White with #82C363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C363; }
p { color: rgb(130,195,99); }
H1.HeaderClassName
{
color: #82C363;
}
.AnyTagClassName
{
color: #82C363;
}
</style>
background-color css
<style>
a { background-color: #82C363; }
a { background-color: rgb(130,195,99); }
div.DivClassName
{
background-color: #82C363;
}
.BgClassName
{
background-color: #82C363;
}
</style>
border-color css
<style>
span { border-color: #82C363; }
span { border-color: rgb(130,195,99); }
td.TdClassName
{
border-color: #82C363;
}
.TagClassName
{
border-color: #82C363;
}
</style>