Shades of Mantis #81E850
Tints of Mantis #81E850
RGB
CMYK
RGB Variations
Color information
#81E850 (or 0x81E850) is known color: Mantis. HEX triplet: 81, E8 and 50. RGB value is (129,232,80). Sum of RGB (Red+Green+Blue) = 129+232+80=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 232 (91.02% from 255 or 52.61% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 232 - color contains mainly: green. Hex color #81E850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81E850 is #7E17AF. Grayscale: #B8B8B8. Windows color (decimal): -8263600 or 5302401. OLE color: 5302401.
HSL color Cylindrical-coordinate representation of color #81E850: hue angle of 100.66º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81E850 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 232 | 80 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.09 |
| HSL | 100.66º | 0.77% | 0.61% | - |
| HSV(B) | 100.66º | 0.66% | 0.91% | - |
| XYZ | 39.36 | 62.96 | 17.67 | - |
| YUV | 183.88 | 69.38 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 232 | 80 | 0.44 | 0 | 0.66 | 0.09 | 100.66 | 0.77 | 0.61 |
| Hex | 81 | E8 | 50 | 2C | 0 | 42 | 9 | 65 | 4D | 3D |
| Octal | 201 | 350 | 120 | 54 | 0 | 102 | 11 | 145 | 115 | 75 |
| Binary | 10000001 | 11101000 | 1010000 | 101100 | 0 | 1000010 | 1001 | 1100101 | 1001101 | 111101 |
Color Harmonies of #81E850
Complementary color
Monochromatic Colors of #81E850
Black with #81E850
Text Example
Text Example
White with #81E850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E850; }
p { color: rgb(129,232,80); }
H1.HeaderClassName
{
color: #81E850;
}
.AnyTagClassName
{
color: #81E850;
}
</style>
background-color css
<style>
a { background-color: #81E850; }
a { background-color: rgb(129,232,80); }
div.DivClassName
{
background-color: #81E850;
}
.BgClassName
{
background-color: #81E850;
}
</style>
border-color css
<style>
span { border-color: #81E850; }
span { border-color: rgb(129,232,80); }
td.TdClassName
{
border-color: #81E850;
}
.TagClassName
{
border-color: #81E850;
}
</style>