Shades of Mantis #81C43F
Tints of Mantis #81C43F
RGB
CMYK
RGB Variations
Color information
#81C43F (or 0x81C43F) is known color: Mantis. HEX triplet: 81, C4 and 3F. RGB value is (129,196,63). Sum of RGB (Red+Green+Blue) = 129+196+63=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 196 (76.95% from 255 or 50.52% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 196 - color contains mainly: green. Hex color #81C43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C43F is #7E3BC0. Grayscale: #A1A1A1. Windows color (decimal): -8272833 or 4179073. OLE color: 4179073.
HSL color Cylindrical-coordinate representation of color #81C43F: hue angle of 90.23º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81C43F is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 196 | 63 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.23 |
| HSL | 90.23º | 0.53% | 0.51% | - |
| HSV(B) | 90.23º | 0.68% | 0.77% | - |
| XYZ | 29.69 | 44.51 | 11.73 | - |
| YUV | 160.81 | 72.8 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 196 | 63 | 0.34 | 0 | 0.68 | 0.23 | 90.23 | 0.53 | 0.51 |
| Hex | 81 | C4 | 3F | 22 | 0 | 44 | 17 | 5A | 35 | 33 |
| Octal | 201 | 304 | 77 | 42 | 0 | 104 | 27 | 132 | 65 | 63 |
| Binary | 10000001 | 11000100 | 111111 | 100010 | 0 | 1000100 | 10111 | 1011010 | 110101 | 110011 |
Color Harmonies of #81C43F
Complementary color
Monochromatic Colors of #81C43F
Black with #81C43F
Text Example
Text Example
White with #81C43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C43F; }
p { color: rgb(129,196,63); }
H1.HeaderClassName
{
color: #81C43F;
}
.AnyTagClassName
{
color: #81C43F;
}
</style>
background-color css
<style>
a { background-color: #81C43F; }
a { background-color: rgb(129,196,63); }
div.DivClassName
{
background-color: #81C43F;
}
.BgClassName
{
background-color: #81C43F;
}
</style>
border-color css
<style>
span { border-color: #81C43F; }
span { border-color: rgb(129,196,63); }
td.TdClassName
{
border-color: #81C43F;
}
.TagClassName
{
border-color: #81C43F;
}
</style>