Shades of Mantis #81C046
Tints of Mantis #81C046
RGB
CMYK
RGB Variations
Color information
#81C046 (or 0x81C046) is known color: Mantis. HEX triplet: 81, C0 and 46. RGB value is (129,192,70). Sum of RGB (Red+Green+Blue) = 129+192+70=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #81C046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C046 is #7E3FB9. Grayscale: #9F9F9F. Windows color (decimal): -8273850 or 4636801. OLE color: 4636801.
HSL color Cylindrical-coordinate representation of color #81C046: hue angle of 90.98º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81C046 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 70 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.25 |
| HSL | 90.98º | 0.49% | 0.51% | - |
| HSV(B) | 90.98º | 0.64% | 0.75% | - |
| XYZ | 29.01 | 42.81 | 12.53 | - |
| YUV | 159.26 | 77.63 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 70 | 0.33 | 0 | 0.64 | 0.25 | 90.98 | 0.49 | 0.51 |
| Hex | 81 | C0 | 46 | 21 | 0 | 40 | 19 | 5B | 31 | 33 |
| Octal | 201 | 300 | 106 | 41 | 0 | 100 | 31 | 133 | 61 | 63 |
| Binary | 10000001 | 11000000 | 1000110 | 100001 | 0 | 1000000 | 11001 | 1011011 | 110001 | 110011 |
Color Harmonies of #81C046
Complementary color
Monochromatic Colors of #81C046
Black with #81C046
Text Example
Text Example
White with #81C046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C046; }
p { color: rgb(129,192,70); }
H1.HeaderClassName
{
color: #81C046;
}
.AnyTagClassName
{
color: #81C046;
}
</style>
background-color css
<style>
a { background-color: #81C046; }
a { background-color: rgb(129,192,70); }
div.DivClassName
{
background-color: #81C046;
}
.BgClassName
{
background-color: #81C046;
}
</style>
border-color css
<style>
span { border-color: #81C046; }
span { border-color: rgb(129,192,70); }
td.TdClassName
{
border-color: #81C046;
}
.TagClassName
{
border-color: #81C046;
}
</style>