Shades of Mantis #81BD40
Tints of Mantis #81BD40
RGB
CMYK
RGB Variations
Color information
#81BD40 (or 0x81BD40) is known color: Mantis. HEX triplet: 81, BD and 40. RGB value is (129,189,64). Sum of RGB (Red+Green+Blue) = 129+189+64=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BD40 is #7E42BF. Grayscale: #9D9D9D. Windows color (decimal): -8274624 or 4242817. OLE color: 4242817.
HSL color Cylindrical-coordinate representation of color #81BD40: hue angle of 88.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81BD40 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 189 | 64 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.26 |
| HSL | 88.8º | 0.49% | 0.5% | - |
| HSV(B) | 88.8º | 0.66% | 0.74% | - |
| XYZ | 28.18 | 41.43 | 11.36 | - |
| YUV | 156.81 | 75.62 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 64 | 0.32 | 0 | 0.66 | 0.26 | 88.8 | 0.49 | 0.5 |
| Hex | 81 | BD | 40 | 20 | 0 | 42 | 1A | 59 | 31 | 32 |
| Octal | 201 | 275 | 100 | 40 | 0 | 102 | 32 | 131 | 61 | 62 |
| Binary | 10000001 | 10111101 | 1000000 | 100000 | 0 | 1000010 | 11010 | 1011001 | 110001 | 110010 |
Color Harmonies of #81BD40
Complementary color
Monochromatic Colors of #81BD40
Black with #81BD40
Text Example
Text Example
White with #81BD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BD40; }
p { color: rgb(129,189,64); }
H1.HeaderClassName
{
color: #81BD40;
}
.AnyTagClassName
{
color: #81BD40;
}
</style>
background-color css
<style>
a { background-color: #81BD40; }
a { background-color: rgb(129,189,64); }
div.DivClassName
{
background-color: #81BD40;
}
.BgClassName
{
background-color: #81BD40;
}
</style>
border-color css
<style>
span { border-color: #81BD40; }
span { border-color: rgb(129,189,64); }
td.TdClassName
{
border-color: #81BD40;
}
.TagClassName
{
border-color: #81BD40;
}
</style>