Shades of Mantis #81BA65
Tints of Mantis #81BA65
RGB
CMYK
RGB Variations
Color information
#81BA65 (or 0x81BA65) is known color: Mantis. HEX triplet: 81, BA and 65. RGB value is (129,186,101). Sum of RGB (Red+Green+Blue) = 129+186+101=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BA65 is #7E459A. Grayscale: #9F9F9F. Windows color (decimal): -8275355 or 6666881. OLE color: 6666881.
HSL color Cylindrical-coordinate representation of color #81BA65: hue angle of 100.24º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81BA65 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 101 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.27 |
| HSL | 100.24º | 0.38% | 0.56% | - |
| HSV(B) | 100.24º | 0.46% | 0.73% | - |
| XYZ | 28.96 | 40.72 | 18.65 | - |
| YUV | 159.27 | 95.12 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 101 | 0.31 | 0 | 0.46 | 0.27 | 100.24 | 0.38 | 0.56 |
| Hex | 81 | BA | 65 | 1F | 0 | 2E | 1B | 64 | 26 | 38 |
| Octal | 201 | 272 | 145 | 37 | 0 | 56 | 33 | 144 | 46 | 70 |
| Binary | 10000001 | 10111010 | 1100101 | 11111 | 0 | 101110 | 11011 | 1100100 | 100110 | 111000 |
Color Harmonies of #81BA65
Complementary color
Monochromatic Colors of #81BA65
Black with #81BA65
Text Example
Text Example
White with #81BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA65; }
p { color: rgb(129,186,101); }
H1.HeaderClassName
{
color: #81BA65;
}
.AnyTagClassName
{
color: #81BA65;
}
</style>
background-color css
<style>
a { background-color: #81BA65; }
a { background-color: rgb(129,186,101); }
div.DivClassName
{
background-color: #81BA65;
}
.BgClassName
{
background-color: #81BA65;
}
</style>
border-color css
<style>
span { border-color: #81BA65; }
span { border-color: rgb(129,186,101); }
td.TdClassName
{
border-color: #81BA65;
}
.TagClassName
{
border-color: #81BA65;
}
</style>