Shades of Mantis #81DA4F
Tints of Mantis #81DA4F
RGB
CMYK
RGB Variations
Color information
#81DA4F (or 0x81DA4F) is known color: Mantis. HEX triplet: 81, DA and 4F. RGB value is (129,218,79). Sum of RGB (Red+Green+Blue) = 129+218+79=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DA4F is #7E25B0. Grayscale: #B0B0B0. Windows color (decimal): -8267185 or 5233281. OLE color: 5233281.
HSL color Cylindrical-coordinate representation of color #81DA4F: hue angle of 98.42º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81DA4F is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 79 | - |
| CMYK | 0.41 | 0 | 0.64 | 0.15 |
| HSL | 98.42º | 0.65% | 0.58% | - |
| HSV(B) | 98.42º | 0.64% | 0.85% | - |
| XYZ | 35.54 | 55.37 | 16.21 | - |
| YUV | 175.54 | 73.51 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 79 | 0.41 | 0 | 0.64 | 0.15 | 98.42 | 0.65 | 0.58 |
| Hex | 81 | DA | 4F | 29 | 0 | 40 | F | 62 | 41 | 3A |
| Octal | 201 | 332 | 117 | 51 | 0 | 100 | 17 | 142 | 101 | 72 |
| Binary | 10000001 | 11011010 | 1001111 | 101001 | 0 | 1000000 | 1111 | 1100010 | 1000001 | 111010 |
Color Harmonies of #81DA4F
Complementary color
Monochromatic Colors of #81DA4F
Black with #81DA4F
Text Example
Text Example
White with #81DA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DA4F; }
p { color: rgb(129,218,79); }
H1.HeaderClassName
{
color: #81DA4F;
}
.AnyTagClassName
{
color: #81DA4F;
}
</style>
background-color css
<style>
a { background-color: #81DA4F; }
a { background-color: rgb(129,218,79); }
div.DivClassName
{
background-color: #81DA4F;
}
.BgClassName
{
background-color: #81DA4F;
}
</style>
border-color css
<style>
span { border-color: #81DA4F; }
span { border-color: rgb(129,218,79); }
td.TdClassName
{
border-color: #81DA4F;
}
.TagClassName
{
border-color: #81DA4F;
}
</style>