Shades of Mantis #81DA4D
Tints of Mantis #81DA4D
RGB
CMYK
RGB Variations
Color information
#81DA4D (or 0x81DA4D) is known color: Mantis. HEX triplet: 81, DA and 4D. RGB value is (129,218,77). Sum of RGB (Red+Green+Blue) = 129+218+77=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DA4D is #7E25B2. Grayscale: #AFAFAF. Windows color (decimal): -8267187 or 5102209. OLE color: 5102209.
HSL color Cylindrical-coordinate representation of color #81DA4D: hue angle of 97.87º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81DA4D is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 77 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.15 |
| HSL | 97.87º | 0.66% | 0.58% | - |
| HSV(B) | 97.87º | 0.65% | 0.85% | - |
| XYZ | 35.46 | 55.35 | 15.83 | - |
| YUV | 175.32 | 72.51 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 77 | 0.41 | 0 | 0.65 | 0.15 | 97.87 | 0.66 | 0.58 |
| Hex | 81 | DA | 4D | 29 | 0 | 41 | F | 62 | 42 | 3A |
| Octal | 201 | 332 | 115 | 51 | 0 | 101 | 17 | 142 | 102 | 72 |
| Binary | 10000001 | 11011010 | 1001101 | 101001 | 0 | 1000001 | 1111 | 1100010 | 1000010 | 111010 |
Color Harmonies of #81DA4D
Complementary color
Monochromatic Colors of #81DA4D
Black with #81DA4D
Text Example
Text Example
White with #81DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DA4D; }
p { color: rgb(129,218,77); }
H1.HeaderClassName
{
color: #81DA4D;
}
.AnyTagClassName
{
color: #81DA4D;
}
</style>
background-color css
<style>
a { background-color: #81DA4D; }
a { background-color: rgb(129,218,77); }
div.DivClassName
{
background-color: #81DA4D;
}
.BgClassName
{
background-color: #81DA4D;
}
</style>
border-color css
<style>
span { border-color: #81DA4D; }
span { border-color: rgb(129,218,77); }
td.TdClassName
{
border-color: #81DA4D;
}
.TagClassName
{
border-color: #81DA4D;
}
</style>