Shades of Mantis #81C747
Tints of Mantis #81C747
RGB
CMYK
RGB Variations
Color information
#81C747 (or 0x81C747) is known color: Mantis. HEX triplet: 81, C7 and 47. RGB value is (129,199,71). Sum of RGB (Red+Green+Blue) = 129+199+71=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 199 (78.12% from 255 or 49.87% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 199 - color contains mainly: green. Hex color #81C747 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C747 is #7E38B8. Grayscale: #A3A3A3. Windows color (decimal): -8272057 or 4704129. OLE color: 4704129.
HSL color Cylindrical-coordinate representation of color #81C747: hue angle of 92.81º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81C747 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 199 | 71 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.22 |
| HSL | 92.81º | 0.53% | 0.53% | - |
| HSV(B) | 92.81º | 0.64% | 0.78% | - |
| XYZ | 30.61 | 45.97 | 13.22 | - |
| YUV | 163.48 | 75.81 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 199 | 71 | 0.35 | 0 | 0.64 | 0.22 | 92.81 | 0.53 | 0.53 |
| Hex | 81 | C7 | 47 | 23 | 0 | 40 | 16 | 5D | 35 | 35 |
| Octal | 201 | 307 | 107 | 43 | 0 | 100 | 26 | 135 | 65 | 65 |
| Binary | 10000001 | 11000111 | 1000111 | 100011 | 0 | 1000000 | 10110 | 1011101 | 110101 | 110101 |
Color Harmonies of #81C747
Complementary color
Monochromatic Colors of #81C747
Black with #81C747
Text Example
Text Example
White with #81C747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C747; }
p { color: rgb(129,199,71); }
H1.HeaderClassName
{
color: #81C747;
}
.AnyTagClassName
{
color: #81C747;
}
</style>
background-color css
<style>
a { background-color: #81C747; }
a { background-color: rgb(129,199,71); }
div.DivClassName
{
background-color: #81C747;
}
.BgClassName
{
background-color: #81C747;
}
</style>
border-color css
<style>
span { border-color: #81C747; }
span { border-color: rgb(129,199,71); }
td.TdClassName
{
border-color: #81C747;
}
.TagClassName
{
border-color: #81C747;
}
</style>