Shades of Mantis #81C64F
Tints of Mantis #81C64F
RGB
CMYK
RGB Variations
Color information
#81C64F (or 0x81C64F) is known color: Mantis. HEX triplet: 81, C6 and 4F. RGB value is (129,198,79). Sum of RGB (Red+Green+Blue) = 129+198+79=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #81C64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C64F is #7E39B0. Grayscale: #A4A4A4. Windows color (decimal): -8272305 or 5228161. OLE color: 5228161.
HSL color Cylindrical-coordinate representation of color #81C64F: hue angle of 94.79º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81C64F is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 198 | 79 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.22 |
| HSL | 94.79º | 0.51% | 0.54% | - |
| HSV(B) | 94.79º | 0.6% | 0.78% | - |
| XYZ | 30.66 | 45.62 | 14.59 | - |
| YUV | 163.8 | 80.14 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 198 | 79 | 0.35 | 0 | 0.60 | 0.22 | 94.79 | 0.51 | 0.54 |
| Hex | 81 | C6 | 4F | 23 | 0 | 3C | 16 | 5F | 33 | 36 |
| Octal | 201 | 306 | 117 | 43 | 0 | 74 | 26 | 137 | 63 | 66 |
| Binary | 10000001 | 11000110 | 1001111 | 100011 | 0 | 111100 | 10110 | 1011111 | 110011 | 110110 |
Color Harmonies of #81C64F
Complementary color
Monochromatic Colors of #81C64F
Black with #81C64F
Text Example
Text Example
White with #81C64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C64F; }
p { color: rgb(129,198,79); }
H1.HeaderClassName
{
color: #81C64F;
}
.AnyTagClassName
{
color: #81C64F;
}
</style>
background-color css
<style>
a { background-color: #81C64F; }
a { background-color: rgb(129,198,79); }
div.DivClassName
{
background-color: #81C64F;
}
.BgClassName
{
background-color: #81C64F;
}
</style>
border-color css
<style>
span { border-color: #81C64F; }
span { border-color: rgb(129,198,79); }
td.TdClassName
{
border-color: #81C64F;
}
.TagClassName
{
border-color: #81C64F;
}
</style>