Shades of Mantis #81C95D
Tints of Mantis #81C95D
RGB
CMYK
RGB Variations
Color information
#81C95D (or 0x81C95D) is known color: Mantis. HEX triplet: 81, C9 and 5D. RGB value is (129,201,93). Sum of RGB (Red+Green+Blue) = 129+201+93=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #81C95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C95D is #7E36A2. Grayscale: #A7A7A7. Windows color (decimal): -8271523 or 6146433. OLE color: 6146433.
HSL color Cylindrical-coordinate representation of color #81C95D: hue angle of 100º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #81C95D is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 201 | 93 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.21 |
| HSL | 100º | 0.5% | 0.58% | - |
| HSV(B) | 100º | 0.54% | 0.79% | - |
| XYZ | 31.92 | 47.23 | 17.79 | - |
| YUV | 167.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 201 | 93 | 0.36 | 0 | 0.54 | 0.21 | 100 | 0.5 | 0.58 |
| Hex | 81 | C9 | 5D | 24 | 0 | 36 | 15 | 64 | 32 | 3A |
| Octal | 201 | 311 | 135 | 44 | 0 | 66 | 25 | 144 | 62 | 72 |
| Binary | 10000001 | 11001001 | 1011101 | 100100 | 0 | 110110 | 10101 | 1100100 | 110010 | 111010 |
Color Harmonies of #81C95D
Complementary color
Monochromatic Colors of #81C95D
Black with #81C95D
Text Example
Text Example
White with #81C95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C95D; }
p { color: rgb(129,201,93); }
H1.HeaderClassName
{
color: #81C95D;
}
.AnyTagClassName
{
color: #81C95D;
}
</style>
background-color css
<style>
a { background-color: #81C95D; }
a { background-color: rgb(129,201,93); }
div.DivClassName
{
background-color: #81C95D;
}
.BgClassName
{
background-color: #81C95D;
}
</style>
border-color css
<style>
span { border-color: #81C95D; }
span { border-color: rgb(129,201,93); }
td.TdClassName
{
border-color: #81C95D;
}
.TagClassName
{
border-color: #81C95D;
}
</style>