Shades of Mantis #81CF57
Tints of Mantis #81CF57
RGB
CMYK
RGB Variations
Color information
#81CF57 (or 0x81CF57) is known color: Mantis. HEX triplet: 81, CF and 57. RGB value is (129,207,87). Sum of RGB (Red+Green+Blue) = 129+207+87=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CF57 is #7E30A8. Grayscale: #AAAAAA. Windows color (decimal): -8269993 or 5754753. OLE color: 5754753.
HSL color Cylindrical-coordinate representation of color #81CF57: hue angle of 99º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81CF57 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 207 | 87 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.19 |
| HSL | 99º | 0.56% | 0.58% | - |
| HSV(B) | 99º | 0.58% | 0.81% | - |
| XYZ | 33.09 | 49.98 | 16.92 | - |
| YUV | 170 | 81.16 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 207 | 87 | 0.38 | 0 | 0.58 | 0.19 | 99 | 0.56 | 0.58 |
| Hex | 81 | CF | 57 | 26 | 0 | 3A | 13 | 63 | 38 | 3A |
| Octal | 201 | 317 | 127 | 46 | 0 | 72 | 23 | 143 | 70 | 72 |
| Binary | 10000001 | 11001111 | 1010111 | 100110 | 0 | 111010 | 10011 | 1100011 | 111000 | 111010 |
Color Harmonies of #81CF57
Complementary color
Monochromatic Colors of #81CF57
Black with #81CF57
Text Example
Text Example
White with #81CF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CF57; }
p { color: rgb(129,207,87); }
H1.HeaderClassName
{
color: #81CF57;
}
.AnyTagClassName
{
color: #81CF57;
}
</style>
background-color css
<style>
a { background-color: #81CF57; }
a { background-color: rgb(129,207,87); }
div.DivClassName
{
background-color: #81CF57;
}
.BgClassName
{
background-color: #81CF57;
}
</style>
border-color css
<style>
span { border-color: #81CF57; }
span { border-color: rgb(129,207,87); }
td.TdClassName
{
border-color: #81CF57;
}
.TagClassName
{
border-color: #81CF57;
}
</style>