Shades of Mantis #82BF65
Tints of Mantis #82BF65
RGB
CMYK
RGB Variations
Color information
#82BF65 (or 0x82BF65) is known color: Mantis. HEX triplet: 82, BF and 65. RGB value is (130,191,101). Sum of RGB (Red+Green+Blue) = 130+191+101=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BF65 is #7D409A. Grayscale: #A2A2A2. Windows color (decimal): -8208539 or 6668162. OLE color: 6668162.
HSL color Cylindrical-coordinate representation of color #82BF65: hue angle of 100.67º 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 #82BF65 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 191 | 101 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.25 |
| HSL | 100.67º | 0.41% | 0.57% | - |
| HSV(B) | 100.67º | 0.47% | 0.75% | - |
| XYZ | 30.19 | 42.95 | 19.01 | - |
| YUV | 162.5 | 93.29 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 191 | 101 | 0.32 | 0 | 0.47 | 0.25 | 100.67 | 0.41 | 0.57 |
| Hex | 82 | BF | 65 | 20 | 0 | 2F | 19 | 65 | 29 | 39 |
| Octal | 202 | 277 | 145 | 40 | 0 | 57 | 31 | 145 | 51 | 71 |
| Binary | 10000010 | 10111111 | 1100101 | 100000 | 0 | 101111 | 11001 | 1100101 | 101001 | 111001 |
Color Harmonies of #82BF65
Complementary color
Monochromatic Colors of #82BF65
Black with #82BF65
Text Example
Text Example
White with #82BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BF65; }
p { color: rgb(130,191,101); }
H1.HeaderClassName
{
color: #82BF65;
}
.AnyTagClassName
{
color: #82BF65;
}
</style>
background-color css
<style>
a { background-color: #82BF65; }
a { background-color: rgb(130,191,101); }
div.DivClassName
{
background-color: #82BF65;
}
.BgClassName
{
background-color: #82BF65;
}
</style>
border-color css
<style>
span { border-color: #82BF65; }
span { border-color: rgb(130,191,101); }
td.TdClassName
{
border-color: #82BF65;
}
.TagClassName
{
border-color: #82BF65;
}
</style>