Shades of Mantis #81D858
Tints of Mantis #81D858
RGB
CMYK
RGB Variations
Color information
#81D858 (or 0x81D858) is known color: Mantis. HEX triplet: 81, D8 and 58. RGB value is (129,216,88). Sum of RGB (Red+Green+Blue) = 129+216+88=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #81D858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D858 is #7E27A7. Grayscale: #AFAFAF. Windows color (decimal): -8267688 or 5822593. OLE color: 5822593.
HSL color Cylindrical-coordinate representation of color #81D858: hue angle of 100.78º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81D858 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 216 | 88 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.15 |
| HSL | 100.78º | 0.62% | 0.6% | - |
| HSV(B) | 100.78º | 0.59% | 0.85% | - |
| XYZ | 35.37 | 54.48 | 17.88 | - |
| YUV | 175.4 | 78.68 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 216 | 88 | 0.40 | 0 | 0.59 | 0.15 | 100.78 | 0.62 | 0.6 |
| Hex | 81 | D8 | 58 | 28 | 0 | 3B | F | 65 | 3E | 3C |
| Octal | 201 | 330 | 130 | 50 | 0 | 73 | 17 | 145 | 76 | 74 |
| Binary | 10000001 | 11011000 | 1011000 | 101000 | 0 | 111011 | 1111 | 1100101 | 111110 | 111100 |
Color Harmonies of #81D858
Complementary color
Monochromatic Colors of #81D858
Black with #81D858
Text Example
Text Example
White with #81D858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D858; }
p { color: rgb(129,216,88); }
H1.HeaderClassName
{
color: #81D858;
}
.AnyTagClassName
{
color: #81D858;
}
</style>
background-color css
<style>
a { background-color: #81D858; }
a { background-color: rgb(129,216,88); }
div.DivClassName
{
background-color: #81D858;
}
.BgClassName
{
background-color: #81D858;
}
</style>
border-color css
<style>
span { border-color: #81D858; }
span { border-color: rgb(129,216,88); }
td.TdClassName
{
border-color: #81D858;
}
.TagClassName
{
border-color: #81D858;
}
</style>