Shades of Mantis #82BD65
Tints of Mantis #82BD65
RGB
CMYK
RGB Variations
Color information
#82BD65 (or 0x82BD65) is known color: Mantis. HEX triplet: 82, BD and 65. RGB value is (130,189,101). Sum of RGB (Red+Green+Blue) = 130+189+101=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BD65 is #7D429A. Grayscale: #A1A1A1. Windows color (decimal): -8209051 or 6667650. OLE color: 6667650.
HSL color Cylindrical-coordinate representation of color #82BD65: hue angle of 100.23º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82BD65 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 189 | 101 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.26 |
| HSL | 100.23º | 0.4% | 0.57% | - |
| HSV(B) | 100.23º | 0.47% | 0.74% | - |
| XYZ | 29.75 | 42.08 | 18.87 | - |
| YUV | 161.33 | 93.95 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 101 | 0.31 | 0 | 0.47 | 0.26 | 100.23 | 0.4 | 0.57 |
| Hex | 82 | BD | 65 | 1F | 0 | 2F | 1A | 64 | 28 | 39 |
| Octal | 202 | 275 | 145 | 37 | 0 | 57 | 32 | 144 | 50 | 71 |
| Binary | 10000010 | 10111101 | 1100101 | 11111 | 0 | 101111 | 11010 | 1100100 | 101000 | 111001 |
Color Harmonies of #82BD65
Complementary color
Monochromatic Colors of #82BD65
Black with #82BD65
Text Example
Text Example
White with #82BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BD65; }
p { color: rgb(130,189,101); }
H1.HeaderClassName
{
color: #82BD65;
}
.AnyTagClassName
{
color: #82BD65;
}
</style>
background-color css
<style>
a { background-color: #82BD65; }
a { background-color: rgb(130,189,101); }
div.DivClassName
{
background-color: #82BD65;
}
.BgClassName
{
background-color: #82BD65;
}
</style>
border-color css
<style>
span { border-color: #82BD65; }
span { border-color: rgb(130,189,101); }
td.TdClassName
{
border-color: #82BD65;
}
.TagClassName
{
border-color: #82BD65;
}
</style>