Shades of Mantis #81EE4E
Tints of Mantis #81EE4E
RGB
CMYK
RGB Variations
Color information
#81EE4E (or 0x81EE4E) is known color: Mantis. HEX triplet: 81, EE and 4E. RGB value is (129,238,78). Sum of RGB (Red+Green+Blue) = 129+238+78=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 238 (93.36% from 255 or 53.48% from 445); Blue value is 78 (30.86% from 255 or 17.53% from 445); Max value from RGB is 238 - color contains mainly: green. Hex color #81EE4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EE4E is #7E11B1. Grayscale: #BBBBBB. Windows color (decimal): -8262066 or 5172865. OLE color: 5172865.
HSL color Cylindrical-coordinate representation of color #81EE4E: hue angle of 100.88º degrees, saturation: 0.82, 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 #81EE4E is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 238 | 78 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.07 |
| HSL | 100.88º | 0.82% | 0.62% | - |
| HSV(B) | 100.88º | 0.67% | 0.93% | - |
| XYZ | 41 | 66.37 | 17.86 | - |
| YUV | 187.17 | 66.39 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 238 | 78 | 0.46 | 0 | 0.67 | 0.07 | 100.88 | 0.82 | 0.62 |
| Hex | 81 | EE | 4E | 2E | 0 | 43 | 7 | 65 | 52 | 3E |
| Octal | 201 | 356 | 116 | 56 | 0 | 103 | 7 | 145 | 122 | 76 |
| Binary | 10000001 | 11101110 | 1001110 | 101110 | 0 | 1000011 | 111 | 1100101 | 1010010 | 111110 |
Color Harmonies of #81EE4E
Complementary color
Monochromatic Colors of #81EE4E
Black with #81EE4E
Text Example
Text Example
White with #81EE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EE4E; }
p { color: rgb(129,238,78); }
H1.HeaderClassName
{
color: #81EE4E;
}
.AnyTagClassName
{
color: #81EE4E;
}
</style>
background-color css
<style>
a { background-color: #81EE4E; }
a { background-color: rgb(129,238,78); }
div.DivClassName
{
background-color: #81EE4E;
}
.BgClassName
{
background-color: #81EE4E;
}
</style>
border-color css
<style>
span { border-color: #81EE4E; }
span { border-color: rgb(129,238,78); }
td.TdClassName
{
border-color: #81EE4E;
}
.TagClassName
{
border-color: #81EE4E;
}
</style>