Shades of Mantis #81D747
Tints of Mantis #81D747
RGB
CMYK
RGB Variations
Color information
#81D747 (or 0x81D747) is known color: Mantis. HEX triplet: 81, D7 and 47. RGB value is (129,215,71). Sum of RGB (Red+Green+Blue) = 129+215+71=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 215 (84.38% from 255 or 51.81% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 215 - color contains mainly: green. Hex color #81D747 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D747 is #7E28B8. Grayscale: #ADADAD. Windows color (decimal): -8267961 or 4708225. OLE color: 4708225.
HSL color Cylindrical-coordinate representation of color #81D747: hue angle of 95.83º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81D747 is Cyan = 0.4, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 215 | 71 | - |
| CMYK | 0.4 | 0 | 0.67 | 0.16 |
| HSL | 95.83º | 0.64% | 0.56% | - |
| HSV(B) | 95.83º | 0.67% | 0.84% | - |
| XYZ | 34.49 | 53.72 | 14.51 | - |
| YUV | 172.87 | 70.51 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 215 | 71 | 0.4 | 0 | 0.67 | 0.16 | 95.83 | 0.64 | 0.56 |
| Hex | 81 | D7 | 47 | 28 | 0 | 43 | 10 | 60 | 40 | 38 |
| Octal | 201 | 327 | 107 | 50 | 0 | 103 | 20 | 140 | 100 | 70 |
| Binary | 10000001 | 11010111 | 1000111 | 101000 | 0 | 1000011 | 10000 | 1100000 | 1000000 | 111000 |
Color Harmonies of #81D747
Complementary color
Monochromatic Colors of #81D747
Black with #81D747
Text Example
Text Example
White with #81D747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D747; }
p { color: rgb(129,215,71); }
H1.HeaderClassName
{
color: #81D747;
}
.AnyTagClassName
{
color: #81D747;
}
</style>
background-color css
<style>
a { background-color: #81D747; }
a { background-color: rgb(129,215,71); }
div.DivClassName
{
background-color: #81D747;
}
.BgClassName
{
background-color: #81D747;
}
</style>
border-color css
<style>
span { border-color: #81D747; }
span { border-color: rgb(129,215,71); }
td.TdClassName
{
border-color: #81D747;
}
.TagClassName
{
border-color: #81D747;
}
</style>