Shades of Mantis #81EC47
Tints of Mantis #81EC47
RGB
CMYK
RGB Variations
Color information
#81EC47 (or 0x81EC47) is known color: Mantis. HEX triplet: 81, EC and 47. RGB value is (129,236,71). Sum of RGB (Red+Green+Blue) = 129+236+71=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 236 (92.58% from 255 or 54.13% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81EC47 is #7E13B8. Grayscale: #B9B9B9. Windows color (decimal): -8262585 or 4713601. OLE color: 4713601.
HSL color Cylindrical-coordinate representation of color #81EC47: hue angle of 98.91º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81EC47 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 71 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.07 |
| HSL | 98.91º | 0.81% | 0.6% | - |
| HSV(B) | 98.91º | 0.7% | 0.93% | - |
| XYZ | 40.19 | 65.11 | 16.41 | - |
| YUV | 185.2 | 63.55 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 71 | 0.45 | 0 | 0.70 | 0.07 | 98.91 | 0.81 | 0.6 |
| Hex | 81 | EC | 47 | 2D | 0 | 46 | 7 | 63 | 51 | 3C |
| Octal | 201 | 354 | 107 | 55 | 0 | 106 | 7 | 143 | 121 | 74 |
| Binary | 10000001 | 11101100 | 1000111 | 101101 | 0 | 1000110 | 111 | 1100011 | 1010001 | 111100 |
Color Harmonies of #81EC47
Complementary color
Monochromatic Colors of #81EC47
Black with #81EC47
Text Example
Text Example
White with #81EC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EC47; }
p { color: rgb(129,236,71); }
H1.HeaderClassName
{
color: #81EC47;
}
.AnyTagClassName
{
color: #81EC47;
}
</style>
background-color css
<style>
a { background-color: #81EC47; }
a { background-color: rgb(129,236,71); }
div.DivClassName
{
background-color: #81EC47;
}
.BgClassName
{
background-color: #81EC47;
}
</style>
border-color css
<style>
span { border-color: #81EC47; }
span { border-color: rgb(129,236,71); }
td.TdClassName
{
border-color: #81EC47;
}
.TagClassName
{
border-color: #81EC47;
}
</style>