Shades of Mantis #81CD57
Tints of Mantis #81CD57
RGB
CMYK
RGB Variations
Color information
#81CD57 (or 0x81CD57) is known color: Mantis. HEX triplet: 81, CD and 57. RGB value is (129,205,87). Sum of RGB (Red+Green+Blue) = 129+205+87=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #81CD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CD57 is #7E32A8. Grayscale: #A9A9A9. Windows color (decimal): -8270505 or 5754241. OLE color: 5754241.
HSL color Cylindrical-coordinate representation of color #81CD57: hue angle of 98.64º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81CD57 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 205 | 87 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.20 |
| HSL | 98.64º | 0.54% | 0.57% | - |
| HSV(B) | 98.64º | 0.58% | 0.8% | - |
| XYZ | 32.6 | 49.02 | 16.76 | - |
| YUV | 168.82 | 81.82 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 205 | 87 | 0.37 | 0 | 0.58 | 0.20 | 98.64 | 0.54 | 0.57 |
| Hex | 81 | CD | 57 | 25 | 0 | 3A | 14 | 63 | 36 | 39 |
| Octal | 201 | 315 | 127 | 45 | 0 | 72 | 24 | 143 | 66 | 71 |
| Binary | 10000001 | 11001101 | 1010111 | 100101 | 0 | 111010 | 10100 | 1100011 | 110110 | 111001 |
Color Harmonies of #81CD57
Complementary color
Monochromatic Colors of #81CD57
Black with #81CD57
Text Example
Text Example
White with #81CD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CD57; }
p { color: rgb(129,205,87); }
H1.HeaderClassName
{
color: #81CD57;
}
.AnyTagClassName
{
color: #81CD57;
}
</style>
background-color css
<style>
a { background-color: #81CD57; }
a { background-color: rgb(129,205,87); }
div.DivClassName
{
background-color: #81CD57;
}
.BgClassName
{
background-color: #81CD57;
}
</style>
border-color css
<style>
span { border-color: #81CD57; }
span { border-color: rgb(129,205,87); }
td.TdClassName
{
border-color: #81CD57;
}
.TagClassName
{
border-color: #81CD57;
}
</style>