Shades of Mantis #81C541
Tints of Mantis #81C541
RGB
CMYK
RGB Variations
Color information
#81C541 (or 0x81C541) is known color: Mantis. HEX triplet: 81, C5 and 41. RGB value is (129,197,65). Sum of RGB (Red+Green+Blue) = 129+197+65=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 197 (77.34% from 255 or 50.38% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 197 - color contains mainly: green. Hex color #81C541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C541 is #7E3ABE. Grayscale: #A2A2A2. Windows color (decimal): -8272575 or 4310401. OLE color: 4310401.
HSL color Cylindrical-coordinate representation of color #81C541: hue angle of 90.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81C541 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 197 | 65 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.23 |
| HSL | 90.91º | 0.53% | 0.51% | - |
| HSV(B) | 90.91º | 0.67% | 0.77% | - |
| XYZ | 29.97 | 44.98 | 12.1 | - |
| YUV | 161.62 | 73.47 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 65 | 0.35 | 0 | 0.67 | 0.23 | 90.91 | 0.53 | 0.51 |
| Hex | 81 | C5 | 41 | 23 | 0 | 43 | 17 | 5B | 35 | 33 |
| Octal | 201 | 305 | 101 | 43 | 0 | 103 | 27 | 133 | 65 | 63 |
| Binary | 10000001 | 11000101 | 1000001 | 100011 | 0 | 1000011 | 10111 | 1011011 | 110101 | 110011 |
Color Harmonies of #81C541
Complementary color
Monochromatic Colors of #81C541
Black with #81C541
Text Example
Text Example
White with #81C541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C541; }
p { color: rgb(129,197,65); }
H1.HeaderClassName
{
color: #81C541;
}
.AnyTagClassName
{
color: #81C541;
}
</style>
background-color css
<style>
a { background-color: #81C541; }
a { background-color: rgb(129,197,65); }
div.DivClassName
{
background-color: #81C541;
}
.BgClassName
{
background-color: #81C541;
}
</style>
border-color css
<style>
span { border-color: #81C541; }
span { border-color: rgb(129,197,65); }
td.TdClassName
{
border-color: #81C541;
}
.TagClassName
{
border-color: #81C541;
}
</style>