Shades of Mantis #81C550
Tints of Mantis #81C550
RGB
CMYK
RGB Variations
Color information
#81C550 (or 0x81C550) is known color: Mantis. HEX triplet: 81, C5 and 50. RGB value is (129,197,80). Sum of RGB (Red+Green+Blue) = 129+197+80=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #81C550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C550 is #7E3AAF. Grayscale: #A3A3A3. Windows color (decimal): -8272560 or 5293441. OLE color: 5293441.
HSL color Cylindrical-coordinate representation of color #81C550: hue angle of 94.87º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81C550 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 197 | 80 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.23 |
| HSL | 94.87º | 0.5% | 0.54% | - |
| HSV(B) | 94.87º | 0.59% | 0.77% | - |
| XYZ | 30.47 | 45.18 | 14.7 | - |
| YUV | 163.33 | 80.97 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 80 | 0.35 | 0 | 0.59 | 0.23 | 94.87 | 0.5 | 0.54 |
| Hex | 81 | C5 | 50 | 23 | 0 | 3B | 17 | 5F | 32 | 36 |
| Octal | 201 | 305 | 120 | 43 | 0 | 73 | 27 | 137 | 62 | 66 |
| Binary | 10000001 | 11000101 | 1010000 | 100011 | 0 | 111011 | 10111 | 1011111 | 110010 | 110110 |
Color Harmonies of #81C550
Complementary color
Monochromatic Colors of #81C550
Black with #81C550
Text Example
Text Example
White with #81C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C550; }
p { color: rgb(129,197,80); }
H1.HeaderClassName
{
color: #81C550;
}
.AnyTagClassName
{
color: #81C550;
}
</style>
background-color css
<style>
a { background-color: #81C550; }
a { background-color: rgb(129,197,80); }
div.DivClassName
{
background-color: #81C550;
}
.BgClassName
{
background-color: #81C550;
}
</style>
border-color css
<style>
span { border-color: #81C550; }
span { border-color: rgb(129,197,80); }
td.TdClassName
{
border-color: #81C550;
}
.TagClassName
{
border-color: #81C550;
}
</style>