Shades of Mantis #81C15B
Tints of Mantis #81C15B
RGB
CMYK
RGB Variations
Color information
#81C15B (or 0x81C15B) is known color: Mantis. HEX triplet: 81, C1 and 5B. RGB value is (129,193,91). Sum of RGB (Red+Green+Blue) = 129+193+91=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #81C15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C15B is #7E3EA4. Grayscale: #A2A2A2. Windows color (decimal): -8273573 or 6013313. OLE color: 6013313.
HSL color Cylindrical-coordinate representation of color #81C15B: hue angle of 97.65º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81C15B is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 193 | 91 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.24 |
| HSL | 97.65º | 0.45% | 0.56% | - |
| HSV(B) | 97.65º | 0.53% | 0.76% | - |
| XYZ | 30.01 | 43.56 | 16.72 | - |
| YUV | 162.24 | 87.8 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 91 | 0.33 | 0 | 0.53 | 0.24 | 97.65 | 0.45 | 0.56 |
| Hex | 81 | C1 | 5B | 21 | 0 | 35 | 18 | 62 | 2D | 38 |
| Octal | 201 | 301 | 133 | 41 | 0 | 65 | 30 | 142 | 55 | 70 |
| Binary | 10000001 | 11000001 | 1011011 | 100001 | 0 | 110101 | 11000 | 1100010 | 101101 | 111000 |
Color Harmonies of #81C15B
Complementary color
Monochromatic Colors of #81C15B
Black with #81C15B
Text Example
Text Example
White with #81C15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C15B; }
p { color: rgb(129,193,91); }
H1.HeaderClassName
{
color: #81C15B;
}
.AnyTagClassName
{
color: #81C15B;
}
</style>
background-color css
<style>
a { background-color: #81C15B; }
a { background-color: rgb(129,193,91); }
div.DivClassName
{
background-color: #81C15B;
}
.BgClassName
{
background-color: #81C15B;
}
</style>
border-color css
<style>
span { border-color: #81C15B; }
span { border-color: rgb(129,193,91); }
td.TdClassName
{
border-color: #81C15B;
}
.TagClassName
{
border-color: #81C15B;
}
</style>