Shades of Mantis #81BA4A
Tints of Mantis #81BA4A
RGB
CMYK
RGB Variations
Color information
#81BA4A (or 0x81BA4A) is known color: Mantis. HEX triplet: 81, BA and 4A. RGB value is (129,186,74). Sum of RGB (Red+Green+Blue) = 129+186+74=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BA4A is #7E45B5. Grayscale: #9C9C9C. Windows color (decimal): -8275382 or 4897409. OLE color: 4897409.
HSL color Cylindrical-coordinate representation of color #81BA4A: hue angle of 90.54º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81BA4A is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 74 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.27 |
| HSL | 90.54º | 0.45% | 0.51% | - |
| HSV(B) | 90.54º | 0.6% | 0.73% | - |
| XYZ | 27.85 | 40.28 | 12.79 | - |
| YUV | 156.19 | 81.62 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 74 | 0.31 | 0 | 0.60 | 0.27 | 90.54 | 0.45 | 0.51 |
| Hex | 81 | BA | 4A | 1F | 0 | 3C | 1B | 5B | 2D | 33 |
| Octal | 201 | 272 | 112 | 37 | 0 | 74 | 33 | 133 | 55 | 63 |
| Binary | 10000001 | 10111010 | 1001010 | 11111 | 0 | 111100 | 11011 | 1011011 | 101101 | 110011 |
Color Harmonies of #81BA4A
Complementary color
Monochromatic Colors of #81BA4A
Black with #81BA4A
Text Example
Text Example
White with #81BA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA4A; }
p { color: rgb(129,186,74); }
H1.HeaderClassName
{
color: #81BA4A;
}
.AnyTagClassName
{
color: #81BA4A;
}
</style>
background-color css
<style>
a { background-color: #81BA4A; }
a { background-color: rgb(129,186,74); }
div.DivClassName
{
background-color: #81BA4A;
}
.BgClassName
{
background-color: #81BA4A;
}
</style>
border-color css
<style>
span { border-color: #81BA4A; }
span { border-color: rgb(129,186,74); }
td.TdClassName
{
border-color: #81BA4A;
}
.TagClassName
{
border-color: #81BA4A;
}
</style>