Shades of Mantis #81C054
Tints of Mantis #81C054
RGB
CMYK
RGB Variations
Color information
#81C054 (or 0x81C054) is known color: Mantis. HEX triplet: 81, C0 and 54. RGB value is (129,192,84). Sum of RGB (Red+Green+Blue) = 129+192+84=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #81C054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C054 is #7E3FAB. Grayscale: #A1A1A1. Windows color (decimal): -8273836 or 5554305. OLE color: 5554305.
HSL color Cylindrical-coordinate representation of color #81C054: hue angle of 95º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81C054 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 84 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.25 |
| HSL | 95º | 0.46% | 0.54% | - |
| HSV(B) | 95º | 0.56% | 0.75% | - |
| XYZ | 29.5 | 43.01 | 15.13 | - |
| YUV | 160.85 | 84.63 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 84 | 0.33 | 0 | 0.56 | 0.25 | 95 | 0.46 | 0.54 |
| Hex | 81 | C0 | 54 | 21 | 0 | 38 | 19 | 5F | 2E | 36 |
| Octal | 201 | 300 | 124 | 41 | 0 | 70 | 31 | 137 | 56 | 66 |
| Binary | 10000001 | 11000000 | 1010100 | 100001 | 0 | 111000 | 11001 | 1011111 | 101110 | 110110 |
Color Harmonies of #81C054
Complementary color
Monochromatic Colors of #81C054
Black with #81C054
Text Example
Text Example
White with #81C054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C054; }
p { color: rgb(129,192,84); }
H1.HeaderClassName
{
color: #81C054;
}
.AnyTagClassName
{
color: #81C054;
}
</style>
background-color css
<style>
a { background-color: #81C054; }
a { background-color: rgb(129,192,84); }
div.DivClassName
{
background-color: #81C054;
}
.BgClassName
{
background-color: #81C054;
}
</style>
border-color css
<style>
span { border-color: #81C054; }
span { border-color: rgb(129,192,84); }
td.TdClassName
{
border-color: #81C054;
}
.TagClassName
{
border-color: #81C054;
}
</style>