Shades of Mantis #81EC4D
Tints of Mantis #81EC4D
RGB
CMYK
RGB Variations
Color information
#81EC4D (or 0x81EC4D) is known color: Mantis. HEX triplet: 81, EC and 4D. RGB value is (129,236,77). Sum of RGB (Red+Green+Blue) = 129+236+77=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 236 (92.58% from 255 or 53.39% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EC4D is #7E13B2. Grayscale: #BABABA. Windows color (decimal): -8262579 or 5106817. OLE color: 5106817.
HSL color Cylindrical-coordinate representation of color #81EC4D: hue angle of 100.38º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81EC4D is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 77 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.07 |
| HSL | 100.38º | 0.81% | 0.61% | - |
| HSV(B) | 100.38º | 0.67% | 0.93% | - |
| XYZ | 40.39 | 65.19 | 17.48 | - |
| YUV | 185.88 | 66.55 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 77 | 0.45 | 0 | 0.67 | 0.07 | 100.38 | 0.81 | 0.61 |
| Hex | 81 | EC | 4D | 2D | 0 | 43 | 7 | 64 | 51 | 3D |
| Octal | 201 | 354 | 115 | 55 | 0 | 103 | 7 | 144 | 121 | 75 |
| Binary | 10000001 | 11101100 | 1001101 | 101101 | 0 | 1000011 | 111 | 1100100 | 1010001 | 111101 |
Color Harmonies of #81EC4D
Complementary color
Monochromatic Colors of #81EC4D
Black with #81EC4D
Text Example
Text Example
White with #81EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EC4D; }
p { color: rgb(129,236,77); }
H1.HeaderClassName
{
color: #81EC4D;
}
.AnyTagClassName
{
color: #81EC4D;
}
</style>
background-color css
<style>
a { background-color: #81EC4D; }
a { background-color: rgb(129,236,77); }
div.DivClassName
{
background-color: #81EC4D;
}
.BgClassName
{
background-color: #81EC4D;
}
</style>
border-color css
<style>
span { border-color: #81EC4D; }
span { border-color: rgb(129,236,77); }
td.TdClassName
{
border-color: #81EC4D;
}
.TagClassName
{
border-color: #81EC4D;
}
</style>