Shades of Mantis #81D951
Tints of Mantis #81D951
RGB
CMYK
RGB Variations
Color information
#81D951 (or 0x81D951) is known color: Mantis. HEX triplet: 81, D9 and 51. RGB value is (129,217,81). Sum of RGB (Red+Green+Blue) = 129+217+81=427 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.21% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #81D951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D951 is #7E26AE. Grayscale: #AFAFAF. Windows color (decimal): -8267439 or 5364097. OLE color: 5364097.
HSL color Cylindrical-coordinate representation of color #81D951: hue angle of 98.82º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #81D951 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 217 | 81 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.15 |
| HSL | 98.82º | 0.64% | 0.58% | - |
| HSV(B) | 98.82º | 0.63% | 0.85% | - |
| XYZ | 35.35 | 54.89 | 16.52 | - |
| YUV | 175.18 | 74.85 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 217 | 81 | 0.41 | 0 | 0.63 | 0.15 | 98.82 | 0.64 | 0.58 |
| Hex | 81 | D9 | 51 | 29 | 0 | 3F | F | 63 | 40 | 3A |
| Octal | 201 | 331 | 121 | 51 | 0 | 77 | 17 | 143 | 100 | 72 |
| Binary | 10000001 | 11011001 | 1010001 | 101001 | 0 | 111111 | 1111 | 1100011 | 1000000 | 111010 |
Color Harmonies of #81D951
Complementary color
Monochromatic Colors of #81D951
Black with #81D951
Text Example
Text Example
White with #81D951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D951; }
p { color: rgb(129,217,81); }
H1.HeaderClassName
{
color: #81D951;
}
.AnyTagClassName
{
color: #81D951;
}
</style>
background-color css
<style>
a { background-color: #81D951; }
a { background-color: rgb(129,217,81); }
div.DivClassName
{
background-color: #81D951;
}
.BgClassName
{
background-color: #81D951;
}
</style>
border-color css
<style>
span { border-color: #81D951; }
span { border-color: rgb(129,217,81); }
td.TdClassName
{
border-color: #81D951;
}
.TagClassName
{
border-color: #81D951;
}
</style>