Shades of Mantis #81CE57
Tints of Mantis #81CE57
RGB
CMYK
RGB Variations
Color information
#81CE57 (or 0x81CE57) is known color: Mantis. HEX triplet: 81, CE and 57. RGB value is (129,206,87). Sum of RGB (Red+Green+Blue) = 129+206+87=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CE57 is #7E31A8. Grayscale: #A9A9A9. Windows color (decimal): -8270249 or 5754497. OLE color: 5754497.
HSL color Cylindrical-coordinate representation of color #81CE57: hue angle of 98.82º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81CE57 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 87 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.19 |
| HSL | 98.82º | 0.55% | 0.57% | - |
| HSV(B) | 98.82º | 0.58% | 0.81% | - |
| XYZ | 32.84 | 49.5 | 16.84 | - |
| YUV | 169.41 | 81.49 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 87 | 0.37 | 0 | 0.58 | 0.19 | 98.82 | 0.55 | 0.57 |
| Hex | 81 | CE | 57 | 25 | 0 | 3A | 13 | 63 | 37 | 39 |
| Octal | 201 | 316 | 127 | 45 | 0 | 72 | 23 | 143 | 67 | 71 |
| Binary | 10000001 | 11001110 | 1010111 | 100101 | 0 | 111010 | 10011 | 1100011 | 110111 | 111001 |
Color Harmonies of #81CE57
Complementary color
Monochromatic Colors of #81CE57
Black with #81CE57
Text Example
Text Example
White with #81CE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CE57; }
p { color: rgb(129,206,87); }
H1.HeaderClassName
{
color: #81CE57;
}
.AnyTagClassName
{
color: #81CE57;
}
</style>
background-color css
<style>
a { background-color: #81CE57; }
a { background-color: rgb(129,206,87); }
div.DivClassName
{
background-color: #81CE57;
}
.BgClassName
{
background-color: #81CE57;
}
</style>
border-color css
<style>
span { border-color: #81CE57; }
span { border-color: rgb(129,206,87); }
td.TdClassName
{
border-color: #81CE57;
}
.TagClassName
{
border-color: #81CE57;
}
</style>