Shades of Mantis #81E052
Tints of Mantis #81E052
RGB
CMYK
RGB Variations
Color information
#81E052 (or 0x81E052) is known color: Mantis. HEX triplet: 81, E0 and 52. RGB value is (129,224,82). Sum of RGB (Red+Green+Blue) = 129+224+82=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #81E052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E052 is #7E1FAD. Grayscale: #B3B3B3. Windows color (decimal): -8265646 or 5431425. OLE color: 5431425.
HSL color Cylindrical-coordinate representation of color #81E052: hue angle of 100.14º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #81E052 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 224 | 82 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.12 |
| HSL | 100.14º | 0.7% | 0.6% | - |
| HSV(B) | 100.14º | 0.63% | 0.88% | - |
| XYZ | 37.23 | 58.59 | 17.33 | - |
| YUV | 179.41 | 73.03 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 224 | 82 | 0.42 | 0 | 0.63 | 0.12 | 100.14 | 0.7 | 0.6 |
| Hex | 81 | E0 | 52 | 2A | 0 | 3F | C | 64 | 46 | 3C |
| Octal | 201 | 340 | 122 | 52 | 0 | 77 | 14 | 144 | 106 | 74 |
| Binary | 10000001 | 11100000 | 1010010 | 101010 | 0 | 111111 | 1100 | 1100100 | 1000110 | 111100 |
Color Harmonies of #81E052
Complementary color
Monochromatic Colors of #81E052
Black with #81E052
Text Example
Text Example
White with #81E052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E052; }
p { color: rgb(129,224,82); }
H1.HeaderClassName
{
color: #81E052;
}
.AnyTagClassName
{
color: #81E052;
}
</style>
background-color css
<style>
a { background-color: #81E052; }
a { background-color: rgb(129,224,82); }
div.DivClassName
{
background-color: #81E052;
}
.BgClassName
{
background-color: #81E052;
}
</style>
border-color css
<style>
span { border-color: #81E052; }
span { border-color: rgb(129,224,82); }
td.TdClassName
{
border-color: #81E052;
}
.TagClassName
{
border-color: #81E052;
}
</style>