Shades of Mantis #81E054
Tints of Mantis #81E054
RGB
CMYK
RGB Variations
Color information
#81E054 (or 0x81E054) is known color: Mantis. HEX triplet: 81, E0 and 54. RGB value is (129,224,84). Sum of RGB (Red+Green+Blue) = 129+224+84=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 224 (87.89% from 255 or 51.26% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 224 - color contains mainly: green. Hex color #81E054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E054 is #7E1FAB. Grayscale: #B4B4B4. Windows color (decimal): -8265644 or 5562497. OLE color: 5562497.
HSL color Cylindrical-coordinate representation of color #81E054: hue angle of 100.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81E054 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 224 | 84 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.12 |
| HSL | 100.71º | 0.69% | 0.6% | - |
| HSV(B) | 100.71º | 0.63% | 0.88% | - |
| XYZ | 37.31 | 58.62 | 17.74 | - |
| YUV | 179.64 | 74.03 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 224 | 84 | 0.42 | 0 | 0.62 | 0.12 | 100.71 | 0.69 | 0.6 |
| Hex | 81 | E0 | 54 | 2A | 0 | 3E | C | 65 | 45 | 3C |
| Octal | 201 | 340 | 124 | 52 | 0 | 76 | 14 | 145 | 105 | 74 |
| Binary | 10000001 | 11100000 | 1010100 | 101010 | 0 | 111110 | 1100 | 1100101 | 1000101 | 111100 |
Color Harmonies of #81E054
Complementary color
Monochromatic Colors of #81E054
Black with #81E054
Text Example
Text Example
White with #81E054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E054; }
p { color: rgb(129,224,84); }
H1.HeaderClassName
{
color: #81E054;
}
.AnyTagClassName
{
color: #81E054;
}
</style>
background-color css
<style>
a { background-color: #81E054; }
a { background-color: rgb(129,224,84); }
div.DivClassName
{
background-color: #81E054;
}
.BgClassName
{
background-color: #81E054;
}
</style>
border-color css
<style>
span { border-color: #81E054; }
span { border-color: rgb(129,224,84); }
td.TdClassName
{
border-color: #81E054;
}
.TagClassName
{
border-color: #81E054;
}
</style>