Shades of Mantis #81C841
Tints of Mantis #81C841
RGB
CMYK
RGB Variations
Color information
#81C841 (or 0x81C841) is known color: Mantis. HEX triplet: 81, C8 and 41. RGB value is (129,200,65). Sum of RGB (Red+Green+Blue) = 129+200+65=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 200 (78.52% from 255 or 50.76% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 200 - color contains mainly: green. Hex color #81C841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C841 is #7E37BE. Grayscale: #A3A3A3. Windows color (decimal): -8271807 or 4311169. OLE color: 4311169.
HSL color Cylindrical-coordinate representation of color #81C841: hue angle of 91.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81C841 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 200 | 65 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.22 |
| HSL | 91.56º | 0.55% | 0.52% | - |
| HSV(B) | 91.56º | 0.68% | 0.78% | - |
| XYZ | 30.66 | 46.36 | 12.33 | - |
| YUV | 163.38 | 72.48 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 200 | 65 | 0.36 | 0 | 0.68 | 0.22 | 91.56 | 0.55 | 0.52 |
| Hex | 81 | C8 | 41 | 24 | 0 | 44 | 16 | 5C | 37 | 34 |
| Octal | 201 | 310 | 101 | 44 | 0 | 104 | 26 | 134 | 67 | 64 |
| Binary | 10000001 | 11001000 | 1000001 | 100100 | 0 | 1000100 | 10110 | 1011100 | 110111 | 110100 |
Color Harmonies of #81C841
Complementary color
Monochromatic Colors of #81C841
Black with #81C841
Text Example
Text Example
White with #81C841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C841; }
p { color: rgb(129,200,65); }
H1.HeaderClassName
{
color: #81C841;
}
.AnyTagClassName
{
color: #81C841;
}
</style>
background-color css
<style>
a { background-color: #81C841; }
a { background-color: rgb(129,200,65); }
div.DivClassName
{
background-color: #81C841;
}
.BgClassName
{
background-color: #81C841;
}
</style>
border-color css
<style>
span { border-color: #81C841; }
span { border-color: rgb(129,200,65); }
td.TdClassName
{
border-color: #81C841;
}
.TagClassName
{
border-color: #81C841;
}
</style>