Shades of Mantis #81C548
Tints of Mantis #81C548
RGB
CMYK
RGB Variations
Color information
#81C548 (or 0x81C548) is known color: Mantis. HEX triplet: 81, C5 and 48. RGB value is (129,197,72). Sum of RGB (Red+Green+Blue) = 129+197+72=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #81C548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C548 is #7E3AB7. Grayscale: #A2A2A2. Windows color (decimal): -8272568 or 4769153. OLE color: 4769153.
HSL color Cylindrical-coordinate representation of color #81C548: hue angle of 92.64º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #81C548 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 197 | 72 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.23 |
| HSL | 92.64º | 0.52% | 0.53% | - |
| HSV(B) | 92.64º | 0.63% | 0.77% | - |
| XYZ | 30.19 | 45.07 | 13.24 | - |
| YUV | 162.42 | 76.97 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 72 | 0.35 | 0 | 0.63 | 0.23 | 92.64 | 0.52 | 0.53 |
| Hex | 81 | C5 | 48 | 23 | 0 | 3F | 17 | 5D | 34 | 35 |
| Octal | 201 | 305 | 110 | 43 | 0 | 77 | 27 | 135 | 64 | 65 |
| Binary | 10000001 | 11000101 | 1001000 | 100011 | 0 | 111111 | 10111 | 1011101 | 110100 | 110101 |
Color Harmonies of #81C548
Complementary color
Monochromatic Colors of #81C548
Black with #81C548
Text Example
Text Example
White with #81C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C548; }
p { color: rgb(129,197,72); }
H1.HeaderClassName
{
color: #81C548;
}
.AnyTagClassName
{
color: #81C548;
}
</style>
background-color css
<style>
a { background-color: #81C548; }
a { background-color: rgb(129,197,72); }
div.DivClassName
{
background-color: #81C548;
}
.BgClassName
{
background-color: #81C548;
}
</style>
border-color css
<style>
span { border-color: #81C548; }
span { border-color: rgb(129,197,72); }
td.TdClassName
{
border-color: #81C548;
}
.TagClassName
{
border-color: #81C548;
}
</style>