Shades of Mantis #81E05A
Tints of Mantis #81E05A
RGB
CMYK
RGB Variations
Color information
#81E05A (or 0x81E05A) is known color: Mantis. HEX triplet: 81, E0 and 5A. RGB value is (129,224,90). Sum of RGB (Red+Green+Blue) = 129+224+90=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #81E05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81E05A is #7E1FA5. Grayscale: #B4B4B4. Windows color (decimal): -8265638 or 5955713. OLE color: 5955713.
HSL color Cylindrical-coordinate representation of color #81E05A: hue angle of 102.54º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81E05A is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 224 | 90 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.12 |
| HSL | 102.54º | 0.68% | 0.62% | - |
| HSV(B) | 102.54º | 0.6% | 0.88% | - |
| XYZ | 37.55 | 58.72 | 19.03 | - |
| YUV | 180.32 | 77.03 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 224 | 90 | 0.42 | 0 | 0.60 | 0.12 | 102.54 | 0.68 | 0.62 |
| Hex | 81 | E0 | 5A | 2A | 0 | 3C | C | 67 | 44 | 3E |
| Octal | 201 | 340 | 132 | 52 | 0 | 74 | 14 | 147 | 104 | 76 |
| Binary | 10000001 | 11100000 | 1011010 | 101010 | 0 | 111100 | 1100 | 1100111 | 1000100 | 111110 |
Color Harmonies of #81E05A
Complementary color
Monochromatic Colors of #81E05A
Black with #81E05A
Text Example
Text Example
White with #81E05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E05A; }
p { color: rgb(129,224,90); }
H1.HeaderClassName
{
color: #81E05A;
}
.AnyTagClassName
{
color: #81E05A;
}
</style>
background-color css
<style>
a { background-color: #81E05A; }
a { background-color: rgb(129,224,90); }
div.DivClassName
{
background-color: #81E05A;
}
.BgClassName
{
background-color: #81E05A;
}
</style>
border-color css
<style>
span { border-color: #81E05A; }
span { border-color: rgb(129,224,90); }
td.TdClassName
{
border-color: #81E05A;
}
.TagClassName
{
border-color: #81E05A;
}
</style>