Shades of Mantis #81C140
Tints of Mantis #81C140
RGB
CMYK
RGB Variations
Color information
#81C140 (or 0x81C140) is known color: Mantis. HEX triplet: 81, C1 and 40. RGB value is (129,193,64). Sum of RGB (Red+Green+Blue) = 129+193+64=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #81C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C140 is #7E3EBF. Grayscale: #9F9F9F. Windows color (decimal): -8273600 or 4243841. OLE color: 4243841.
HSL color Cylindrical-coordinate representation of color #81C140: hue angle of 89.77º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81C140 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 193 | 64 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.24 |
| HSL | 89.77º | 0.51% | 0.5% | - |
| HSV(B) | 89.77º | 0.67% | 0.76% | - |
| XYZ | 29.05 | 43.18 | 11.65 | - |
| YUV | 159.16 | 74.3 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 64 | 0.33 | 0 | 0.67 | 0.24 | 89.77 | 0.51 | 0.5 |
| Hex | 81 | C1 | 40 | 21 | 0 | 43 | 18 | 5A | 33 | 32 |
| Octal | 201 | 301 | 100 | 41 | 0 | 103 | 30 | 132 | 63 | 62 |
| Binary | 10000001 | 11000001 | 1000000 | 100001 | 0 | 1000011 | 11000 | 1011010 | 110011 | 110010 |
Color Harmonies of #81C140
Complementary color
Monochromatic Colors of #81C140
Black with #81C140
Text Example
Text Example
White with #81C140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C140; }
p { color: rgb(129,193,64); }
H1.HeaderClassName
{
color: #81C140;
}
.AnyTagClassName
{
color: #81C140;
}
</style>
background-color css
<style>
a { background-color: #81C140; }
a { background-color: rgb(129,193,64); }
div.DivClassName
{
background-color: #81C140;
}
.BgClassName
{
background-color: #81C140;
}
</style>
border-color css
<style>
span { border-color: #81C140; }
span { border-color: rgb(129,193,64); }
td.TdClassName
{
border-color: #81C140;
}
.TagClassName
{
border-color: #81C140;
}
</style>