Shades of Mantis #81BA4D
Tints of Mantis #81BA4D
RGB
CMYK
RGB Variations
Color information
#81BA4D (or 0x81BA4D) is known color: Mantis. HEX triplet: 81, BA and 4D. RGB value is (129,186,77). Sum of RGB (Red+Green+Blue) = 129+186+77=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BA4D is #7E45B2. Grayscale: #9C9C9C. Windows color (decimal): -8275379 or 5094017. OLE color: 5094017.
HSL color Cylindrical-coordinate representation of color #81BA4D: hue angle of 91.38º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81BA4D is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 77 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.27 |
| HSL | 91.38º | 0.44% | 0.52% | - |
| HSV(B) | 91.38º | 0.59% | 0.73% | - |
| XYZ | 27.95 | 40.32 | 13.33 | - |
| YUV | 156.53 | 83.12 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 77 | 0.31 | 0 | 0.59 | 0.27 | 91.38 | 0.44 | 0.52 |
| Hex | 81 | BA | 4D | 1F | 0 | 3B | 1B | 5B | 2C | 34 |
| Octal | 201 | 272 | 115 | 37 | 0 | 73 | 33 | 133 | 54 | 64 |
| Binary | 10000001 | 10111010 | 1001101 | 11111 | 0 | 111011 | 11011 | 1011011 | 101100 | 110100 |
Color Harmonies of #81BA4D
Complementary color
Monochromatic Colors of #81BA4D
Black with #81BA4D
Text Example
Text Example
White with #81BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA4D; }
p { color: rgb(129,186,77); }
H1.HeaderClassName
{
color: #81BA4D;
}
.AnyTagClassName
{
color: #81BA4D;
}
</style>
background-color css
<style>
a { background-color: #81BA4D; }
a { background-color: rgb(129,186,77); }
div.DivClassName
{
background-color: #81BA4D;
}
.BgClassName
{
background-color: #81BA4D;
}
</style>
border-color css
<style>
span { border-color: #81BA4D; }
span { border-color: rgb(129,186,77); }
td.TdClassName
{
border-color: #81BA4D;
}
.TagClassName
{
border-color: #81BA4D;
}
</style>