Shades of Mantis #81EA4D
Tints of Mantis #81EA4D
RGB
CMYK
RGB Variations
Color information
#81EA4D (or 0x81EA4D) is known color: Mantis. HEX triplet: 81, EA and 4D. RGB value is (129,234,77). Sum of RGB (Red+Green+Blue) = 129+234+77=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 234 (91.80% from 255 or 53.18% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 234 - color contains mainly: green. Hex color #81EA4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EA4D is #7E15B2. Grayscale: #B9B9B9. Windows color (decimal): -8263091 or 5106305. OLE color: 5106305.
HSL color Cylindrical-coordinate representation of color #81EA4D: hue angle of 100.13º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81EA4D is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 234 | 77 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.08 |
| HSL | 100.13º | 0.79% | 0.61% | - |
| HSV(B) | 100.13º | 0.67% | 0.92% | - |
| XYZ | 39.82 | 64.05 | 17.29 | - |
| YUV | 184.71 | 67.21 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 234 | 77 | 0.45 | 0 | 0.67 | 0.08 | 100.13 | 0.79 | 0.61 |
| Hex | 81 | EA | 4D | 2D | 0 | 43 | 8 | 64 | 4F | 3D |
| Octal | 201 | 352 | 115 | 55 | 0 | 103 | 10 | 144 | 117 | 75 |
| Binary | 10000001 | 11101010 | 1001101 | 101101 | 0 | 1000011 | 1000 | 1100100 | 1001111 | 111101 |
Color Harmonies of #81EA4D
Complementary color
Monochromatic Colors of #81EA4D
Black with #81EA4D
Text Example
Text Example
White with #81EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EA4D; }
p { color: rgb(129,234,77); }
H1.HeaderClassName
{
color: #81EA4D;
}
.AnyTagClassName
{
color: #81EA4D;
}
</style>
background-color css
<style>
a { background-color: #81EA4D; }
a { background-color: rgb(129,234,77); }
div.DivClassName
{
background-color: #81EA4D;
}
.BgClassName
{
background-color: #81EA4D;
}
</style>
border-color css
<style>
span { border-color: #81EA4D; }
span { border-color: rgb(129,234,77); }
td.TdClassName
{
border-color: #81EA4D;
}
.TagClassName
{
border-color: #81EA4D;
}
</style>