Shades of Mantis #82BD73
Tints of Mantis #82BD73
RGB
CMYK
RGB Variations
Color information
#82BD73 (or 0x82BD73) is known color: Mantis. HEX triplet: 82, BD and 73. RGB value is (130,189,115). Sum of RGB (Red+Green+Blue) = 130+189+115=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BD73 is #7D428C. Grayscale: #A3A3A3. Windows color (decimal): -8209037 or 7585154. OLE color: 7585154.
HSL color Cylindrical-coordinate representation of color #82BD73: hue angle of 107.84º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82BD73 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 189 | 115 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.26 |
| HSL | 107.84º | 0.36% | 0.6% | - |
| HSV(B) | 107.84º | 0.39% | 0.74% | - |
| XYZ | 30.5 | 42.38 | 22.79 | - |
| YUV | 162.92 | 100.95 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 115 | 0.31 | 0 | 0.39 | 0.26 | 107.84 | 0.36 | 0.6 |
| Hex | 82 | BD | 73 | 1F | 0 | 27 | 1A | 6C | 24 | 3C |
| Octal | 202 | 275 | 163 | 37 | 0 | 47 | 32 | 154 | 44 | 74 |
| Binary | 10000010 | 10111101 | 1110011 | 11111 | 0 | 100111 | 11010 | 1101100 | 100100 | 111100 |
Color Harmonies of #82BD73
Complementary color
Monochromatic Colors of #82BD73
Black with #82BD73
Text Example
Text Example
White with #82BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BD73; }
p { color: rgb(130,189,115); }
H1.HeaderClassName
{
color: #82BD73;
}
.AnyTagClassName
{
color: #82BD73;
}
</style>
background-color css
<style>
a { background-color: #82BD73; }
a { background-color: rgb(130,189,115); }
div.DivClassName
{
background-color: #82BD73;
}
.BgClassName
{
background-color: #82BD73;
}
</style>
border-color css
<style>
span { border-color: #82BD73; }
span { border-color: rgb(130,189,115); }
td.TdClassName
{
border-color: #82BD73;
}
.TagClassName
{
border-color: #82BD73;
}
</style>