Shades of Mantis #82BC64
Tints of Mantis #82BC64
RGB
CMYK
RGB Variations
Color information
#82BC64 (or 0x82BC64) is known color: Mantis. HEX triplet: 82, BC and 64. RGB value is (130,188,100). Sum of RGB (Red+Green+Blue) = 130+188+100=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC64 is #7D439B. Grayscale: #A0A0A0. Windows color (decimal): -8209308 or 6601858. OLE color: 6601858.
HSL color Cylindrical-coordinate representation of color #82BC64: hue angle of 99.55º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82BC64 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 100 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.26 |
| HSL | 99.55º | 0.4% | 0.56% | - |
| HSV(B) | 99.55º | 0.47% | 0.74% | - |
| XYZ | 29.49 | 41.63 | 18.54 | - |
| YUV | 160.63 | 93.78 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 100 | 0.31 | 0 | 0.47 | 0.26 | 99.55 | 0.4 | 0.56 |
| Hex | 82 | BC | 64 | 1F | 0 | 2F | 1A | 64 | 28 | 38 |
| Octal | 202 | 274 | 144 | 37 | 0 | 57 | 32 | 144 | 50 | 70 |
| Binary | 10000010 | 10111100 | 1100100 | 11111 | 0 | 101111 | 11010 | 1100100 | 101000 | 111000 |
Color Harmonies of #82BC64
Complementary color
Monochromatic Colors of #82BC64
Black with #82BC64
Text Example
Text Example
White with #82BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BC64; }
p { color: rgb(130,188,100); }
H1.HeaderClassName
{
color: #82BC64;
}
.AnyTagClassName
{
color: #82BC64;
}
</style>
background-color css
<style>
a { background-color: #82BC64; }
a { background-color: rgb(130,188,100); }
div.DivClassName
{
background-color: #82BC64;
}
.BgClassName
{
background-color: #82BC64;
}
</style>
border-color css
<style>
span { border-color: #82BC64; }
span { border-color: rgb(130,188,100); }
td.TdClassName
{
border-color: #82BC64;
}
.TagClassName
{
border-color: #82BC64;
}
</style>