Shades of Mantis #81DA51
Tints of Mantis #81DA51
RGB
CMYK
RGB Variations
Color information
#81DA51 (or 0x81DA51) is known color: Mantis. HEX triplet: 81, DA and 51. RGB value is (129,218,81). Sum of RGB (Red+Green+Blue) = 129+218+81=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DA51 is #7E25AE. Grayscale: #B0B0B0. Windows color (decimal): -8267183 or 5364353. OLE color: 5364353.
HSL color Cylindrical-coordinate representation of color #81DA51: hue angle of 98.98º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #81DA51 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 81 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.15 |
| HSL | 98.98º | 0.65% | 0.59% | - |
| HSV(B) | 98.98º | 0.63% | 0.85% | - |
| XYZ | 35.61 | 55.4 | 16.6 | - |
| YUV | 175.77 | 74.51 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 81 | 0.41 | 0 | 0.63 | 0.15 | 98.98 | 0.65 | 0.59 |
| Hex | 81 | DA | 51 | 29 | 0 | 3F | F | 63 | 41 | 3B |
| Octal | 201 | 332 | 121 | 51 | 0 | 77 | 17 | 143 | 101 | 73 |
| Binary | 10000001 | 11011010 | 1010001 | 101001 | 0 | 111111 | 1111 | 1100011 | 1000001 | 111011 |
Color Harmonies of #81DA51
Complementary color
Monochromatic Colors of #81DA51
Black with #81DA51
Text Example
Text Example
White with #81DA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DA51; }
p { color: rgb(129,218,81); }
H1.HeaderClassName
{
color: #81DA51;
}
.AnyTagClassName
{
color: #81DA51;
}
</style>
background-color css
<style>
a { background-color: #81DA51; }
a { background-color: rgb(129,218,81); }
div.DivClassName
{
background-color: #81DA51;
}
.BgClassName
{
background-color: #81DA51;
}
</style>
border-color css
<style>
span { border-color: #81DA51; }
span { border-color: rgb(129,218,81); }
td.TdClassName
{
border-color: #81DA51;
}
.TagClassName
{
border-color: #81DA51;
}
</style>