Shades of Mantis #81C351
Tints of Mantis #81C351
RGB
CMYK
RGB Variations
Color information
#81C351 (or 0x81C351) is known color: Mantis. HEX triplet: 81, C3 and 51. RGB value is (129,195,81). Sum of RGB (Red+Green+Blue) = 129+195+81=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #81C351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C351 is #7E3CAE. Grayscale: #A2A2A2. Windows color (decimal): -8273071 or 5358465. OLE color: 5358465.
HSL color Cylindrical-coordinate representation of color #81C351: hue angle of 94.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81C351 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 195 | 81 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.24 |
| HSL | 94.74º | 0.49% | 0.54% | - |
| HSV(B) | 94.74º | 0.58% | 0.76% | - |
| XYZ | 30.05 | 44.29 | 14.75 | - |
| YUV | 162.27 | 82.13 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 195 | 81 | 0.34 | 0 | 0.58 | 0.24 | 94.74 | 0.49 | 0.54 |
| Hex | 81 | C3 | 51 | 22 | 0 | 3A | 18 | 5F | 31 | 36 |
| Octal | 201 | 303 | 121 | 42 | 0 | 72 | 30 | 137 | 61 | 66 |
| Binary | 10000001 | 11000011 | 1010001 | 100010 | 0 | 111010 | 11000 | 1011111 | 110001 | 110110 |
Color Harmonies of #81C351
Complementary color
Monochromatic Colors of #81C351
Black with #81C351
Text Example
Text Example
White with #81C351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C351; }
p { color: rgb(129,195,81); }
H1.HeaderClassName
{
color: #81C351;
}
.AnyTagClassName
{
color: #81C351;
}
</style>
background-color css
<style>
a { background-color: #81C351; }
a { background-color: rgb(129,195,81); }
div.DivClassName
{
background-color: #81C351;
}
.BgClassName
{
background-color: #81C351;
}
</style>
border-color css
<style>
span { border-color: #81C351; }
span { border-color: rgb(129,195,81); }
td.TdClassName
{
border-color: #81C351;
}
.TagClassName
{
border-color: #81C351;
}
</style>