Shades of Mantis #82C263
Tints of Mantis #82C263
RGB
CMYK
RGB Variations
Color information
#82C263 (or 0x82C263) is known color: Mantis. HEX triplet: 82, C2 and 63. RGB value is (130,194,99). Sum of RGB (Red+Green+Blue) = 130+194+99=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #82C263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C263 is #7D3D9C. Grayscale: #A4A4A4. Windows color (decimal): -8207773 or 6537858. OLE color: 6537858.
HSL color Cylindrical-coordinate representation of color #82C263: hue angle of 100.42º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82C263 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 194 | 99 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.24 |
| HSL | 100.42º | 0.44% | 0.57% | - |
| HSV(B) | 100.42º | 0.49% | 0.76% | - |
| XYZ | 30.75 | 44.23 | 18.72 | - |
| YUV | 164.03 | 91.3 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 194 | 99 | 0.33 | 0 | 0.49 | 0.24 | 100.42 | 0.44 | 0.57 |
| Hex | 82 | C2 | 63 | 21 | 0 | 31 | 18 | 64 | 2C | 39 |
| Octal | 202 | 302 | 143 | 41 | 0 | 61 | 30 | 144 | 54 | 71 |
| Binary | 10000010 | 11000010 | 1100011 | 100001 | 0 | 110001 | 11000 | 1100100 | 101100 | 111001 |
Color Harmonies of #82C263
Complementary color
Monochromatic Colors of #82C263
Black with #82C263
Text Example
Text Example
White with #82C263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C263; }
p { color: rgb(130,194,99); }
H1.HeaderClassName
{
color: #82C263;
}
.AnyTagClassName
{
color: #82C263;
}
</style>
background-color css
<style>
a { background-color: #82C263; }
a { background-color: rgb(130,194,99); }
div.DivClassName
{
background-color: #82C263;
}
.BgClassName
{
background-color: #82C263;
}
</style>
border-color css
<style>
span { border-color: #82C263; }
span { border-color: rgb(130,194,99); }
td.TdClassName
{
border-color: #82C263;
}
.TagClassName
{
border-color: #82C263;
}
</style>