Shades of Mantis #82BE65
Tints of Mantis #82BE65
RGB
CMYK
RGB Variations
Color information
#82BE65 (or 0x82BE65) is known color: Mantis. HEX triplet: 82, BE and 65. RGB value is (130,190,101). Sum of RGB (Red+Green+Blue) = 130+190+101=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BE65 is #7D419A. Grayscale: #A2A2A2. Windows color (decimal): -8208795 or 6667906. OLE color: 6667906.
HSL color Cylindrical-coordinate representation of color #82BE65: hue angle of 100.45º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82BE65 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 190 | 101 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.25 |
| HSL | 100.45º | 0.41% | 0.57% | - |
| HSV(B) | 100.45º | 0.47% | 0.75% | - |
| XYZ | 29.97 | 42.51 | 18.94 | - |
| YUV | 161.91 | 93.62 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 190 | 101 | 0.32 | 0 | 0.47 | 0.25 | 100.45 | 0.41 | 0.57 |
| Hex | 82 | BE | 65 | 20 | 0 | 2F | 19 | 64 | 29 | 39 |
| Octal | 202 | 276 | 145 | 40 | 0 | 57 | 31 | 144 | 51 | 71 |
| Binary | 10000010 | 10111110 | 1100101 | 100000 | 0 | 101111 | 11001 | 1100100 | 101001 | 111001 |
Color Harmonies of #82BE65
Complementary color
Monochromatic Colors of #82BE65
Black with #82BE65
Text Example
Text Example
White with #82BE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BE65; }
p { color: rgb(130,190,101); }
H1.HeaderClassName
{
color: #82BE65;
}
.AnyTagClassName
{
color: #82BE65;
}
</style>
background-color css
<style>
a { background-color: #82BE65; }
a { background-color: rgb(130,190,101); }
div.DivClassName
{
background-color: #82BE65;
}
.BgClassName
{
background-color: #82BE65;
}
</style>
border-color css
<style>
span { border-color: #82BE65; }
span { border-color: rgb(130,190,101); }
td.TdClassName
{
border-color: #82BE65;
}
.TagClassName
{
border-color: #82BE65;
}
</style>