Shades of Mantis #81EA50
Tints of Mantis #81EA50
RGB
CMYK
RGB Variations
Color information
#81EA50 (or 0x81EA50) is known color: Mantis. HEX triplet: 81, EA and 50. RGB value is (129,234,80). Sum of RGB (Red+Green+Blue) = 129+234+80=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 234 (91.80% from 255 or 52.82% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 234 - color contains mainly: green. Hex color #81EA50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EA50 is #7E15AF. Grayscale: #B9B9B9. Windows color (decimal): -8263088 or 5302913. OLE color: 5302913.
HSL color Cylindrical-coordinate representation of color #81EA50: hue angle of 100.91º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81EA50 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 234 | 80 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.08 |
| HSL | 100.91º | 0.79% | 0.62% | - |
| HSV(B) | 100.91º | 0.66% | 0.92% | - |
| XYZ | 39.92 | 64.09 | 17.86 | - |
| YUV | 185.05 | 68.71 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 234 | 80 | 0.45 | 0 | 0.66 | 0.08 | 100.91 | 0.79 | 0.62 |
| Hex | 81 | EA | 50 | 2D | 0 | 42 | 8 | 65 | 4F | 3E |
| Octal | 201 | 352 | 120 | 55 | 0 | 102 | 10 | 145 | 117 | 76 |
| Binary | 10000001 | 11101010 | 1010000 | 101101 | 0 | 1000010 | 1000 | 1100101 | 1001111 | 111110 |
Color Harmonies of #81EA50
Complementary color
Monochromatic Colors of #81EA50
Black with #81EA50
Text Example
Text Example
White with #81EA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EA50; }
p { color: rgb(129,234,80); }
H1.HeaderClassName
{
color: #81EA50;
}
.AnyTagClassName
{
color: #81EA50;
}
</style>
background-color css
<style>
a { background-color: #81EA50; }
a { background-color: rgb(129,234,80); }
div.DivClassName
{
background-color: #81EA50;
}
.BgClassName
{
background-color: #81EA50;
}
</style>
border-color css
<style>
span { border-color: #81EA50; }
span { border-color: rgb(129,234,80); }
td.TdClassName
{
border-color: #81EA50;
}
.TagClassName
{
border-color: #81EA50;
}
</style>