Shades of Mantis #81C154
Tints of Mantis #81C154
RGB
CMYK
RGB Variations
Color information
#81C154 (or 0x81C154) is known color: Mantis. HEX triplet: 81, C1 and 54. RGB value is (129,193,84). Sum of RGB (Red+Green+Blue) = 129+193+84=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #81C154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C154 is #7E3EAB. Grayscale: #A1A1A1. Windows color (decimal): -8273580 or 5554561. OLE color: 5554561.
HSL color Cylindrical-coordinate representation of color #81C154: hue angle of 95.23º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81C154 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 193 | 84 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.24 |
| HSL | 95.23º | 0.47% | 0.54% | - |
| HSV(B) | 95.23º | 0.56% | 0.76% | - |
| XYZ | 29.72 | 43.45 | 15.21 | - |
| YUV | 161.44 | 84.3 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 84 | 0.33 | 0 | 0.56 | 0.24 | 95.23 | 0.47 | 0.54 |
| Hex | 81 | C1 | 54 | 21 | 0 | 38 | 18 | 5F | 2F | 36 |
| Octal | 201 | 301 | 124 | 41 | 0 | 70 | 30 | 137 | 57 | 66 |
| Binary | 10000001 | 11000001 | 1010100 | 100001 | 0 | 111000 | 11000 | 1011111 | 101111 | 110110 |
Color Harmonies of #81C154
Complementary color
Monochromatic Colors of #81C154
Black with #81C154
Text Example
Text Example
White with #81C154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C154; }
p { color: rgb(129,193,84); }
H1.HeaderClassName
{
color: #81C154;
}
.AnyTagClassName
{
color: #81C154;
}
</style>
background-color css
<style>
a { background-color: #81C154; }
a { background-color: rgb(129,193,84); }
div.DivClassName
{
background-color: #81C154;
}
.BgClassName
{
background-color: #81C154;
}
</style>
border-color css
<style>
span { border-color: #81C154; }
span { border-color: rgb(129,193,84); }
td.TdClassName
{
border-color: #81C154;
}
.TagClassName
{
border-color: #81C154;
}
</style>