Shades of Mantis #81B45E
Tints of Mantis #81B45E
RGB
CMYK
RGB Variations
Color information
#81B45E (or 0x81B45E) is known color: Mantis. HEX triplet: 81, B4 and 5E. RGB value is (129,180,94). Sum of RGB (Red+Green+Blue) = 129+180+94=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #81B45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B45E is #7E4BA1. Grayscale: #9B9B9B. Windows color (decimal): -8276898 or 6206593. OLE color: 6206593.
HSL color Cylindrical-coordinate representation of color #81B45E: hue angle of 95.58º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81B45E is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 180 | 94 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.29 |
| HSL | 95.58º | 0.36% | 0.54% | - |
| HSV(B) | 95.58º | 0.48% | 0.71% | - |
| XYZ | 27.39 | 38.12 | 16.5 | - |
| YUV | 154.95 | 93.6 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 94 | 0.28 | 0 | 0.48 | 0.29 | 95.58 | 0.36 | 0.54 |
| Hex | 81 | B4 | 5E | 1C | 0 | 30 | 1D | 60 | 24 | 36 |
| Octal | 201 | 264 | 136 | 34 | 0 | 60 | 35 | 140 | 44 | 66 |
| Binary | 10000001 | 10110100 | 1011110 | 11100 | 0 | 110000 | 11101 | 1100000 | 100100 | 110110 |
Color Harmonies of #81B45E
Complementary color
Monochromatic Colors of #81B45E
Black with #81B45E
Text Example
Text Example
White with #81B45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B45E; }
p { color: rgb(129,180,94); }
H1.HeaderClassName
{
color: #81B45E;
}
.AnyTagClassName
{
color: #81B45E;
}
</style>
background-color css
<style>
a { background-color: #81B45E; }
a { background-color: rgb(129,180,94); }
div.DivClassName
{
background-color: #81B45E;
}
.BgClassName
{
background-color: #81B45E;
}
</style>
border-color css
<style>
span { border-color: #81B45E; }
span { border-color: rgb(129,180,94); }
td.TdClassName
{
border-color: #81B45E;
}
.TagClassName
{
border-color: #81B45E;
}
</style>