Shades of Mantis #81DA4E
Tints of Mantis #81DA4E
RGB
CMYK
RGB Variations
Color information
#81DA4E (or 0x81DA4E) is known color: Mantis. HEX triplet: 81, DA and 4E. RGB value is (129,218,78). Sum of RGB (Red+Green+Blue) = 129+218+78=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DA4E is #7E25B1. Grayscale: #AFAFAF. Windows color (decimal): -8267186 or 5167745. OLE color: 5167745.
HSL color Cylindrical-coordinate representation of color #81DA4E: hue angle of 98.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81DA4E is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 78 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.15 |
| HSL | 98.14º | 0.65% | 0.58% | - |
| HSV(B) | 98.14º | 0.64% | 0.85% | - |
| XYZ | 35.5 | 55.36 | 16.02 | - |
| YUV | 175.43 | 73.01 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 78 | 0.41 | 0 | 0.64 | 0.15 | 98.14 | 0.65 | 0.58 |
| Hex | 81 | DA | 4E | 29 | 0 | 40 | F | 62 | 41 | 3A |
| Octal | 201 | 332 | 116 | 51 | 0 | 100 | 17 | 142 | 101 | 72 |
| Binary | 10000001 | 11011010 | 1001110 | 101001 | 0 | 1000000 | 1111 | 1100010 | 1000001 | 111010 |
Color Harmonies of #81DA4E
Complementary color
Monochromatic Colors of #81DA4E
Black with #81DA4E
Text Example
Text Example
White with #81DA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DA4E; }
p { color: rgb(129,218,78); }
H1.HeaderClassName
{
color: #81DA4E;
}
.AnyTagClassName
{
color: #81DA4E;
}
</style>
background-color css
<style>
a { background-color: #81DA4E; }
a { background-color: rgb(129,218,78); }
div.DivClassName
{
background-color: #81DA4E;
}
.BgClassName
{
background-color: #81DA4E;
}
</style>
border-color css
<style>
span { border-color: #81DA4E; }
span { border-color: rgb(129,218,78); }
td.TdClassName
{
border-color: #81DA4E;
}
.TagClassName
{
border-color: #81DA4E;
}
</style>