Shades of Mantis #81D147
Tints of Mantis #81D147
RGB
CMYK
RGB Variations
Color information
#81D147 (or 0x81D147) is known color: Mantis. HEX triplet: 81, D1 and 47. RGB value is (129,209,71). Sum of RGB (Red+Green+Blue) = 129+209+71=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #81D147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D147 is #7E2EB8. Grayscale: #A9A9A9. Windows color (decimal): -8269497 or 4706689. OLE color: 4706689.
HSL color Cylindrical-coordinate representation of color #81D147: hue angle of 94.78º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81D147 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 209 | 71 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.18 |
| HSL | 94.78º | 0.6% | 0.55% | - |
| HSV(B) | 94.78º | 0.66% | 0.82% | - |
| XYZ | 32.99 | 50.72 | 14.01 | - |
| YUV | 169.35 | 72.5 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 209 | 71 | 0.38 | 0 | 0.66 | 0.18 | 94.78 | 0.6 | 0.55 |
| Hex | 81 | D1 | 47 | 26 | 0 | 42 | 12 | 5F | 3C | 37 |
| Octal | 201 | 321 | 107 | 46 | 0 | 102 | 22 | 137 | 74 | 67 |
| Binary | 10000001 | 11010001 | 1000111 | 100110 | 0 | 1000010 | 10010 | 1011111 | 111100 | 110111 |
Color Harmonies of #81D147
Complementary color
Monochromatic Colors of #81D147
Black with #81D147
Text Example
Text Example
White with #81D147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D147; }
p { color: rgb(129,209,71); }
H1.HeaderClassName
{
color: #81D147;
}
.AnyTagClassName
{
color: #81D147;
}
</style>
background-color css
<style>
a { background-color: #81D147; }
a { background-color: rgb(129,209,71); }
div.DivClassName
{
background-color: #81D147;
}
.BgClassName
{
background-color: #81D147;
}
</style>
border-color css
<style>
span { border-color: #81D147; }
span { border-color: rgb(129,209,71); }
td.TdClassName
{
border-color: #81D147;
}
.TagClassName
{
border-color: #81D147;
}
</style>