Shades of Mantis #82C264
Tints of Mantis #82C264
RGB
CMYK
RGB Variations
Color information
#82C264 (or 0x82C264) is known color: Mantis. HEX triplet: 82, C2 and 64. RGB value is (130,194,100). Sum of RGB (Red+Green+Blue) = 130+194+100=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #82C264 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C264 is #7D3D9B. Grayscale: #A4A4A4. Windows color (decimal): -8207772 or 6603394. OLE color: 6603394.
HSL color Cylindrical-coordinate representation of color #82C264: hue angle of 100.85º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82C264 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 194 | 100 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.24 |
| HSL | 100.85º | 0.44% | 0.58% | - |
| HSV(B) | 100.85º | 0.48% | 0.76% | - |
| XYZ | 30.8 | 44.25 | 18.97 | - |
| YUV | 164.15 | 91.8 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 194 | 100 | 0.33 | 0 | 0.48 | 0.24 | 100.85 | 0.44 | 0.58 |
| Hex | 82 | C2 | 64 | 21 | 0 | 30 | 18 | 65 | 2C | 3A |
| Octal | 202 | 302 | 144 | 41 | 0 | 60 | 30 | 145 | 54 | 72 |
| Binary | 10000010 | 11000010 | 1100100 | 100001 | 0 | 110000 | 11000 | 1100101 | 101100 | 111010 |
Color Harmonies of #82C264
Complementary color
Monochromatic Colors of #82C264
Black with #82C264
Text Example
Text Example
White with #82C264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C264; }
p { color: rgb(130,194,100); }
H1.HeaderClassName
{
color: #82C264;
}
.AnyTagClassName
{
color: #82C264;
}
</style>
background-color css
<style>
a { background-color: #82C264; }
a { background-color: rgb(130,194,100); }
div.DivClassName
{
background-color: #82C264;
}
.BgClassName
{
background-color: #82C264;
}
</style>
border-color css
<style>
span { border-color: #82C264; }
span { border-color: rgb(130,194,100); }
td.TdClassName
{
border-color: #82C264;
}
.TagClassName
{
border-color: #82C264;
}
</style>