Shades of Mantis #81DA5B
Tints of Mantis #81DA5B
RGB
CMYK
RGB Variations
Color information
#81DA5B (or 0x81DA5B) is known color: Mantis. HEX triplet: 81, DA and 5B. RGB value is (129,218,91). Sum of RGB (Red+Green+Blue) = 129+218+91=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DA5B is #7E25A4. Grayscale: #B1B1B1. Windows color (decimal): -8267173 or 6019713. OLE color: 6019713.
HSL color Cylindrical-coordinate representation of color #81DA5B: hue angle of 102.05º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81DA5B is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 91 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.15 |
| HSL | 102.05º | 0.63% | 0.61% | - |
| HSV(B) | 102.05º | 0.58% | 0.85% | - |
| XYZ | 36.01 | 55.57 | 18.72 | - |
| YUV | 176.91 | 79.51 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 91 | 0.41 | 0 | 0.58 | 0.15 | 102.05 | 0.63 | 0.61 |
| Hex | 81 | DA | 5B | 29 | 0 | 3A | F | 66 | 3F | 3D |
| Octal | 201 | 332 | 133 | 51 | 0 | 72 | 17 | 146 | 77 | 75 |
| Binary | 10000001 | 11011010 | 1011011 | 101001 | 0 | 111010 | 1111 | 1100110 | 111111 | 111101 |
Color Harmonies of #81DA5B
Complementary color
Monochromatic Colors of #81DA5B
Black with #81DA5B
Text Example
Text Example
White with #81DA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DA5B; }
p { color: rgb(129,218,91); }
H1.HeaderClassName
{
color: #81DA5B;
}
.AnyTagClassName
{
color: #81DA5B;
}
</style>
background-color css
<style>
a { background-color: #81DA5B; }
a { background-color: rgb(129,218,91); }
div.DivClassName
{
background-color: #81DA5B;
}
.BgClassName
{
background-color: #81DA5B;
}
</style>
border-color css
<style>
span { border-color: #81DA5B; }
span { border-color: rgb(129,218,91); }
td.TdClassName
{
border-color: #81DA5B;
}
.TagClassName
{
border-color: #81DA5B;
}
</style>