Shades of Mantis #82CB64
Tints of Mantis #82CB64
RGB
CMYK
RGB Variations
Color information
#82CB64 (or 0x82CB64) is known color: Mantis. HEX triplet: 82, CB and 64. RGB value is (130,203,100). Sum of RGB (Red+Green+Blue) = 130+203+100=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CB64 is #7D349B. Grayscale: #A9A9A9. Windows color (decimal): -8205468 or 6605698. OLE color: 6605698.
HSL color Cylindrical-coordinate representation of color #82CB64: hue angle of 102.52º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82CB64 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 203 | 100 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.20 |
| HSL | 102.52º | 0.5% | 0.59% | - |
| HSV(B) | 102.52º | 0.51% | 0.8% | - |
| XYZ | 32.86 | 48.38 | 19.66 | - |
| YUV | 169.43 | 88.82 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 203 | 100 | 0.36 | 0 | 0.51 | 0.20 | 102.52 | 0.5 | 0.59 |
| Hex | 82 | CB | 64 | 24 | 0 | 33 | 14 | 67 | 32 | 3B |
| Octal | 202 | 313 | 144 | 44 | 0 | 63 | 24 | 147 | 62 | 73 |
| Binary | 10000010 | 11001011 | 1100100 | 100100 | 0 | 110011 | 10100 | 1100111 | 110010 | 111011 |
Color Harmonies of #82CB64
Complementary color
Monochromatic Colors of #82CB64
Black with #82CB64
Text Example
Text Example
White with #82CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CB64; }
p { color: rgb(130,203,100); }
H1.HeaderClassName
{
color: #82CB64;
}
.AnyTagClassName
{
color: #82CB64;
}
</style>
background-color css
<style>
a { background-color: #82CB64; }
a { background-color: rgb(130,203,100); }
div.DivClassName
{
background-color: #82CB64;
}
.BgClassName
{
background-color: #82CB64;
}
</style>
border-color css
<style>
span { border-color: #82CB64; }
span { border-color: rgb(130,203,100); }
td.TdClassName
{
border-color: #82CB64;
}
.TagClassName
{
border-color: #82CB64;
}
</style>