Shades of Mantis #81CF59
Tints of Mantis #81CF59
RGB
CMYK
RGB Variations
Color information
#81CF59 (or 0x81CF59) is known color: Mantis. HEX triplet: 81, CF and 59. RGB value is (129,207,89). Sum of RGB (Red+Green+Blue) = 129+207+89=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CF59 is #7E30A6. Grayscale: #AAAAAA. Windows color (decimal): -8269991 or 5885825. OLE color: 5885825.
HSL color Cylindrical-coordinate representation of color #81CF59: hue angle of 99.66º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81CF59 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 207 | 89 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.19 |
| HSL | 99.66º | 0.55% | 0.58% | - |
| HSV(B) | 99.66º | 0.57% | 0.81% | - |
| XYZ | 33.17 | 50.01 | 17.36 | - |
| YUV | 170.23 | 82.16 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 207 | 89 | 0.38 | 0 | 0.57 | 0.19 | 99.66 | 0.55 | 0.58 |
| Hex | 81 | CF | 59 | 26 | 0 | 39 | 13 | 64 | 37 | 3A |
| Octal | 201 | 317 | 131 | 46 | 0 | 71 | 23 | 144 | 67 | 72 |
| Binary | 10000001 | 11001111 | 1011001 | 100110 | 0 | 111001 | 10011 | 1100100 | 110111 | 111010 |
Color Harmonies of #81CF59
Complementary color
Monochromatic Colors of #81CF59
Black with #81CF59
Text Example
Text Example
White with #81CF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CF59; }
p { color: rgb(129,207,89); }
H1.HeaderClassName
{
color: #81CF59;
}
.AnyTagClassName
{
color: #81CF59;
}
</style>
background-color css
<style>
a { background-color: #81CF59; }
a { background-color: rgb(129,207,89); }
div.DivClassName
{
background-color: #81CF59;
}
.BgClassName
{
background-color: #81CF59;
}
</style>
border-color css
<style>
span { border-color: #81CF59; }
span { border-color: rgb(129,207,89); }
td.TdClassName
{
border-color: #81CF59;
}
.TagClassName
{
border-color: #81CF59;
}
</style>