Shades of Mantis #81C247
Tints of Mantis #81C247
RGB
CMYK
RGB Variations
Color information
#81C247 (or 0x81C247) is known color: Mantis. HEX triplet: 81, C2 and 47. RGB value is (129,194,71). Sum of RGB (Red+Green+Blue) = 129+194+71=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #81C247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C247 is #7E3DB8. Grayscale: #A0A0A0. Windows color (decimal): -8273337 or 4702849. OLE color: 4702849.
HSL color Cylindrical-coordinate representation of color #81C247: hue angle of 91.71º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #81C247 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 194 | 71 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.24 |
| HSL | 91.71º | 0.5% | 0.52% | - |
| HSV(B) | 91.71º | 0.63% | 0.76% | - |
| XYZ | 29.48 | 43.71 | 12.84 | - |
| YUV | 160.54 | 77.47 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 194 | 71 | 0.34 | 0 | 0.63 | 0.24 | 91.71 | 0.5 | 0.52 |
| Hex | 81 | C2 | 47 | 22 | 0 | 3F | 18 | 5C | 32 | 34 |
| Octal | 201 | 302 | 107 | 42 | 0 | 77 | 30 | 134 | 62 | 64 |
| Binary | 10000001 | 11000010 | 1000111 | 100010 | 0 | 111111 | 11000 | 1011100 | 110010 | 110100 |
Color Harmonies of #81C247
Complementary color
Monochromatic Colors of #81C247
Black with #81C247
Text Example
Text Example
White with #81C247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C247; }
p { color: rgb(129,194,71); }
H1.HeaderClassName
{
color: #81C247;
}
.AnyTagClassName
{
color: #81C247;
}
</style>
background-color css
<style>
a { background-color: #81C247; }
a { background-color: rgb(129,194,71); }
div.DivClassName
{
background-color: #81C247;
}
.BgClassName
{
background-color: #81C247;
}
</style>
border-color css
<style>
span { border-color: #81C247; }
span { border-color: rgb(129,194,71); }
td.TdClassName
{
border-color: #81C247;
}
.TagClassName
{
border-color: #81C247;
}
</style>