Shades of Mantis #82BC67
Tints of Mantis #82BC67
RGB
CMYK
RGB Variations
Color information
#82BC67 (or 0x82BC67) is known color: Mantis. HEX triplet: 82, BC and 67. RGB value is (130,188,103). Sum of RGB (Red+Green+Blue) = 130+188+103=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC67 is #7D4398. Grayscale: #A1A1A1. Windows color (decimal): -8209305 or 6798466. OLE color: 6798466.
HSL color Cylindrical-coordinate representation of color #82BC67: hue angle of 100.94º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82BC67 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 103 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.26 |
| HSL | 100.94º | 0.39% | 0.57% | - |
| HSV(B) | 100.94º | 0.45% | 0.74% | - |
| XYZ | 29.64 | 41.69 | 19.32 | - |
| YUV | 160.97 | 95.28 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 103 | 0.31 | 0 | 0.45 | 0.26 | 100.94 | 0.39 | 0.57 |
| Hex | 82 | BC | 67 | 1F | 0 | 2D | 1A | 65 | 27 | 39 |
| Octal | 202 | 274 | 147 | 37 | 0 | 55 | 32 | 145 | 47 | 71 |
| Binary | 10000010 | 10111100 | 1100111 | 11111 | 0 | 101101 | 11010 | 1100101 | 100111 | 111001 |
Color Harmonies of #82BC67
Complementary color
Monochromatic Colors of #82BC67
Black with #82BC67
Text Example
Text Example
White with #82BC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BC67; }
p { color: rgb(130,188,103); }
H1.HeaderClassName
{
color: #82BC67;
}
.AnyTagClassName
{
color: #82BC67;
}
</style>
background-color css
<style>
a { background-color: #82BC67; }
a { background-color: rgb(130,188,103); }
div.DivClassName
{
background-color: #82BC67;
}
.BgClassName
{
background-color: #82BC67;
}
</style>
border-color css
<style>
span { border-color: #82BC67; }
span { border-color: rgb(130,188,103); }
td.TdClassName
{
border-color: #82BC67;
}
.TagClassName
{
border-color: #82BC67;
}
</style>