Shades of Mantis #81C142
Tints of Mantis #81C142
RGB
CMYK
RGB Variations
Color information
#81C142 (or 0x81C142) is known color: Mantis. HEX triplet: 81, C1 and 42. RGB value is (129,193,66). Sum of RGB (Red+Green+Blue) = 129+193+66=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #81C142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C142 is #7E3EBD. Grayscale: #9F9F9F. Windows color (decimal): -8273598 or 4374913. OLE color: 4374913.
HSL color Cylindrical-coordinate representation of color #81C142: hue angle of 90.24º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81C142 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 193 | 66 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.24 |
| HSL | 90.24º | 0.51% | 0.51% | - |
| HSV(B) | 90.24º | 0.66% | 0.76% | - |
| XYZ | 29.11 | 43.2 | 11.96 | - |
| YUV | 159.39 | 75.3 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 66 | 0.33 | 0 | 0.66 | 0.24 | 90.24 | 0.51 | 0.51 |
| Hex | 81 | C1 | 42 | 21 | 0 | 42 | 18 | 5A | 33 | 33 |
| Octal | 201 | 301 | 102 | 41 | 0 | 102 | 30 | 132 | 63 | 63 |
| Binary | 10000001 | 11000001 | 1000010 | 100001 | 0 | 1000010 | 11000 | 1011010 | 110011 | 110011 |
Color Harmonies of #81C142
Complementary color
Monochromatic Colors of #81C142
Black with #81C142
Text Example
Text Example
White with #81C142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C142; }
p { color: rgb(129,193,66); }
H1.HeaderClassName
{
color: #81C142;
}
.AnyTagClassName
{
color: #81C142;
}
</style>
background-color css
<style>
a { background-color: #81C142; }
a { background-color: rgb(129,193,66); }
div.DivClassName
{
background-color: #81C142;
}
.BgClassName
{
background-color: #81C142;
}
</style>
border-color css
<style>
span { border-color: #81C142; }
span { border-color: rgb(129,193,66); }
td.TdClassName
{
border-color: #81C142;
}
.TagClassName
{
border-color: #81C142;
}
</style>