Shades of Mantis #81D751
Tints of Mantis #81D751
RGB
CMYK
RGB Variations
Color information
#81D751 (or 0x81D751) is known color: Mantis. HEX triplet: 81, D7 and 51. RGB value is (129,215,81). Sum of RGB (Red+Green+Blue) = 129+215+81=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 81 (32.03% from 255 or 19.06% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #81D751 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D751 is #7E28AE. Grayscale: #AEAEAE. Windows color (decimal): -8267951 or 5363585. OLE color: 5363585.
HSL color Cylindrical-coordinate representation of color #81D751: hue angle of 98.51º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81D751 is Cyan = 0.4, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 215 | 81 | - |
| CMYK | 0.4 | 0 | 0.62 | 0.16 |
| HSL | 98.51º | 0.63% | 0.58% | - |
| HSV(B) | 98.51º | 0.62% | 0.84% | - |
| XYZ | 34.84 | 53.86 | 16.34 | - |
| YUV | 174.01 | 75.51 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 215 | 81 | 0.4 | 0 | 0.62 | 0.16 | 98.51 | 0.63 | 0.58 |
| Hex | 81 | D7 | 51 | 28 | 0 | 3E | 10 | 63 | 3F | 3A |
| Octal | 201 | 327 | 121 | 50 | 0 | 76 | 20 | 143 | 77 | 72 |
| Binary | 10000001 | 11010111 | 1010001 | 101000 | 0 | 111110 | 10000 | 1100011 | 111111 | 111010 |
Color Harmonies of #81D751
Complementary color
Monochromatic Colors of #81D751
Black with #81D751
Text Example
Text Example
White with #81D751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D751; }
p { color: rgb(129,215,81); }
H1.HeaderClassName
{
color: #81D751;
}
.AnyTagClassName
{
color: #81D751;
}
</style>
background-color css
<style>
a { background-color: #81D751; }
a { background-color: rgb(129,215,81); }
div.DivClassName
{
background-color: #81D751;
}
.BgClassName
{
background-color: #81D751;
}
</style>
border-color css
<style>
span { border-color: #81D751; }
span { border-color: rgb(129,215,81); }
td.TdClassName
{
border-color: #81D751;
}
.TagClassName
{
border-color: #81D751;
}
</style>