Shades of Mantis #81B45C
Tints of Mantis #81B45C
RGB
CMYK
RGB Variations
Color information
#81B45C (or 0x81B45C) is known color: Mantis. HEX triplet: 81, B4 and 5C. RGB value is (129,180,92). Sum of RGB (Red+Green+Blue) = 129+180+92=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #81B45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B45C is #7E4BA3. Grayscale: #9B9B9B. Windows color (decimal): -8276900 or 6075521. OLE color: 6075521.
HSL color Cylindrical-coordinate representation of color #81B45C: hue angle of 94.77º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81B45C is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 180 | 92 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.29 |
| HSL | 94.77º | 0.37% | 0.53% | - |
| HSV(B) | 94.77º | 0.49% | 0.71% | - |
| XYZ | 27.31 | 38.08 | 16.04 | - |
| YUV | 154.72 | 92.6 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 92 | 0.28 | 0 | 0.49 | 0.29 | 94.77 | 0.37 | 0.53 |
| Hex | 81 | B4 | 5C | 1C | 0 | 31 | 1D | 5F | 25 | 35 |
| Octal | 201 | 264 | 134 | 34 | 0 | 61 | 35 | 137 | 45 | 65 |
| Binary | 10000001 | 10110100 | 1011100 | 11100 | 0 | 110001 | 11101 | 1011111 | 100101 | 110101 |
Color Harmonies of #81B45C
Complementary color
Monochromatic Colors of #81B45C
Black with #81B45C
Text Example
Text Example
White with #81B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B45C; }
p { color: rgb(129,180,92); }
H1.HeaderClassName
{
color: #81B45C;
}
.AnyTagClassName
{
color: #81B45C;
}
</style>
background-color css
<style>
a { background-color: #81B45C; }
a { background-color: rgb(129,180,92); }
div.DivClassName
{
background-color: #81B45C;
}
.BgClassName
{
background-color: #81B45C;
}
</style>
border-color css
<style>
span { border-color: #81B45C; }
span { border-color: rgb(129,180,92); }
td.TdClassName
{
border-color: #81B45C;
}
.TagClassName
{
border-color: #81B45C;
}
</style>