Shades of Mantis #81C759
Tints of Mantis #81C759
RGB
CMYK
RGB Variations
Color information
#81C759 (or 0x81C759) is known color: Mantis. HEX triplet: 81, C7 and 59. RGB value is (129,199,89). Sum of RGB (Red+Green+Blue) = 129+199+89=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 199 - color contains mainly: green. Hex color #81C759 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C759 is #7E38A6. Grayscale: #A5A5A5. Windows color (decimal): -8272039 or 5883777. OLE color: 5883777.
HSL color Cylindrical-coordinate representation of color #81C759: hue angle of 98.18º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81C759 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 199 | 89 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.22 |
| HSL | 98.18º | 0.5% | 0.56% | - |
| HSV(B) | 98.18º | 0.55% | 0.78% | - |
| XYZ | 31.28 | 46.24 | 16.73 | - |
| YUV | 165.53 | 84.81 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 199 | 89 | 0.35 | 0 | 0.55 | 0.22 | 98.18 | 0.5 | 0.56 |
| Hex | 81 | C7 | 59 | 23 | 0 | 37 | 16 | 62 | 32 | 38 |
| Octal | 201 | 307 | 131 | 43 | 0 | 67 | 26 | 142 | 62 | 70 |
| Binary | 10000001 | 11000111 | 1011001 | 100011 | 0 | 110111 | 10110 | 1100010 | 110010 | 111000 |
Color Harmonies of #81C759
Complementary color
Monochromatic Colors of #81C759
Black with #81C759
Text Example
Text Example
White with #81C759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C759; }
p { color: rgb(129,199,89); }
H1.HeaderClassName
{
color: #81C759;
}
.AnyTagClassName
{
color: #81C759;
}
</style>
background-color css
<style>
a { background-color: #81C759; }
a { background-color: rgb(129,199,89); }
div.DivClassName
{
background-color: #81C759;
}
.BgClassName
{
background-color: #81C759;
}
</style>
border-color css
<style>
span { border-color: #81C759; }
span { border-color: rgb(129,199,89); }
td.TdClassName
{
border-color: #81C759;
}
.TagClassName
{
border-color: #81C759;
}
</style>