Shades of Mantis #81D15E
Tints of Mantis #81D15E
RGB
CMYK
RGB Variations
Color information
#81D15E (or 0x81D15E) is known color: Mantis. HEX triplet: 81, D1 and 5E. RGB value is (129,209,94). Sum of RGB (Red+Green+Blue) = 129+209+94=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 209 (82.03% from 255 or 48.38% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 209 - color contains mainly: green. Hex color #81D15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D15E is #7E2EA1. Grayscale: #ACACAC. Windows color (decimal): -8269474 or 6214017. OLE color: 6214017.
HSL color Cylindrical-coordinate representation of color #81D15E: hue angle of 101.74º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81D15E is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 209 | 94 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.18 |
| HSL | 101.74º | 0.56% | 0.59% | - |
| HSV(B) | 101.74º | 0.55% | 0.82% | - |
| XYZ | 33.87 | 51.08 | 18.66 | - |
| YUV | 171.97 | 84 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 209 | 94 | 0.38 | 0 | 0.55 | 0.18 | 101.74 | 0.56 | 0.59 |
| Hex | 81 | D1 | 5E | 26 | 0 | 37 | 12 | 66 | 38 | 3B |
| Octal | 201 | 321 | 136 | 46 | 0 | 67 | 22 | 146 | 70 | 73 |
| Binary | 10000001 | 11010001 | 1011110 | 100110 | 0 | 110111 | 10010 | 1100110 | 111000 | 111011 |
Color Harmonies of #81D15E
Complementary color
Monochromatic Colors of #81D15E
Black with #81D15E
Text Example
Text Example
White with #81D15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D15E; }
p { color: rgb(129,209,94); }
H1.HeaderClassName
{
color: #81D15E;
}
.AnyTagClassName
{
color: #81D15E;
}
</style>
background-color css
<style>
a { background-color: #81D15E; }
a { background-color: rgb(129,209,94); }
div.DivClassName
{
background-color: #81D15E;
}
.BgClassName
{
background-color: #81D15E;
}
</style>
border-color css
<style>
span { border-color: #81D15E; }
span { border-color: rgb(129,209,94); }
td.TdClassName
{
border-color: #81D15E;
}
.TagClassName
{
border-color: #81D15E;
}
</style>