Shades of Mantis #81C15A
Tints of Mantis #81C15A
RGB
CMYK
RGB Variations
Color information
#81C15A (or 0x81C15A) is known color: Mantis. HEX triplet: 81, C1 and 5A. RGB value is (129,193,90). Sum of RGB (Red+Green+Blue) = 129+193+90=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #81C15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C15A is #7E3EA5. Grayscale: #A2A2A2. Windows color (decimal): -8273574 or 5947777. OLE color: 5947777.
HSL color Cylindrical-coordinate representation of color #81C15A: hue angle of 97.28º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81C15A is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 193 | 90 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.24 |
| HSL | 97.28º | 0.45% | 0.55% | - |
| HSV(B) | 97.28º | 0.53% | 0.76% | - |
| XYZ | 29.97 | 43.55 | 16.5 | - |
| YUV | 162.12 | 87.3 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 90 | 0.33 | 0 | 0.53 | 0.24 | 97.28 | 0.45 | 0.55 |
| Hex | 81 | C1 | 5A | 21 | 0 | 35 | 18 | 61 | 2D | 37 |
| Octal | 201 | 301 | 132 | 41 | 0 | 65 | 30 | 141 | 55 | 67 |
| Binary | 10000001 | 11000001 | 1011010 | 100001 | 0 | 110101 | 11000 | 1100001 | 101101 | 110111 |
Color Harmonies of #81C15A
Complementary color
Monochromatic Colors of #81C15A
Black with #81C15A
Text Example
Text Example
White with #81C15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C15A; }
p { color: rgb(129,193,90); }
H1.HeaderClassName
{
color: #81C15A;
}
.AnyTagClassName
{
color: #81C15A;
}
</style>
background-color css
<style>
a { background-color: #81C15A; }
a { background-color: rgb(129,193,90); }
div.DivClassName
{
background-color: #81C15A;
}
.BgClassName
{
background-color: #81C15A;
}
</style>
border-color css
<style>
span { border-color: #81C15A; }
span { border-color: rgb(129,193,90); }
td.TdClassName
{
border-color: #81C15A;
}
.TagClassName
{
border-color: #81C15A;
}
</style>