Shades of Mantis #81EC4F
Tints of Mantis #81EC4F
RGB
CMYK
RGB Variations
Color information
#81EC4F (or 0x81EC4F) is known color: Mantis. HEX triplet: 81, EC and 4F. RGB value is (129,236,79). Sum of RGB (Red+Green+Blue) = 129+236+79=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 236 (92.58% from 255 or 53.15% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EC4F is #7E13B0. Grayscale: #BABABA. Windows color (decimal): -8262577 or 5237889. OLE color: 5237889.
HSL color Cylindrical-coordinate representation of color #81EC4F: hue angle of 100.89º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81EC4F is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 79 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.07 |
| HSL | 100.89º | 0.81% | 0.62% | - |
| HSV(B) | 100.89º | 0.67% | 0.93% | - |
| XYZ | 40.46 | 65.22 | 17.85 | - |
| YUV | 186.11 | 67.55 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 79 | 0.45 | 0 | 0.67 | 0.07 | 100.89 | 0.81 | 0.62 |
| Hex | 81 | EC | 4F | 2D | 0 | 43 | 7 | 65 | 51 | 3E |
| Octal | 201 | 354 | 117 | 55 | 0 | 103 | 7 | 145 | 121 | 76 |
| Binary | 10000001 | 11101100 | 1001111 | 101101 | 0 | 1000011 | 111 | 1100101 | 1010001 | 111110 |
Color Harmonies of #81EC4F
Complementary color
Monochromatic Colors of #81EC4F
Black with #81EC4F
Text Example
Text Example
White with #81EC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EC4F; }
p { color: rgb(129,236,79); }
H1.HeaderClassName
{
color: #81EC4F;
}
.AnyTagClassName
{
color: #81EC4F;
}
</style>
background-color css
<style>
a { background-color: #81EC4F; }
a { background-color: rgb(129,236,79); }
div.DivClassName
{
background-color: #81EC4F;
}
.BgClassName
{
background-color: #81EC4F;
}
</style>
border-color css
<style>
span { border-color: #81EC4F; }
span { border-color: rgb(129,236,79); }
td.TdClassName
{
border-color: #81EC4F;
}
.TagClassName
{
border-color: #81EC4F;
}
</style>