Shades of Mantis #81BD41
Tints of Mantis #81BD41
RGB
CMYK
RGB Variations
Color information
#81BD41 (or 0x81BD41) is known color: Mantis. HEX triplet: 81, BD and 41. RGB value is (129,189,65). Sum of RGB (Red+Green+Blue) = 129+189+65=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BD41 is #7E42BE. Grayscale: #9D9D9D. Windows color (decimal): -8274623 or 4308353. OLE color: 4308353.
HSL color Cylindrical-coordinate representation of color #81BD41: hue angle of 89.03º 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 #81BD41 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 189 | 65 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.26 |
| HSL | 89.03º | 0.49% | 0.5% | - |
| HSV(B) | 89.03º | 0.66% | 0.74% | - |
| XYZ | 28.2 | 41.44 | 11.51 | - |
| YUV | 156.92 | 76.12 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 65 | 0.32 | 0 | 0.66 | 0.26 | 89.03 | 0.49 | 0.5 |
| Hex | 81 | BD | 41 | 20 | 0 | 42 | 1A | 59 | 31 | 32 |
| Octal | 201 | 275 | 101 | 40 | 0 | 102 | 32 | 131 | 61 | 62 |
| Binary | 10000001 | 10111101 | 1000001 | 100000 | 0 | 1000010 | 11010 | 1011001 | 110001 | 110010 |
Color Harmonies of #81BD41
Complementary color
Monochromatic Colors of #81BD41
Black with #81BD41
Text Example
Text Example
White with #81BD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BD41; }
p { color: rgb(129,189,65); }
H1.HeaderClassName
{
color: #81BD41;
}
.AnyTagClassName
{
color: #81BD41;
}
</style>
background-color css
<style>
a { background-color: #81BD41; }
a { background-color: rgb(129,189,65); }
div.DivClassName
{
background-color: #81BD41;
}
.BgClassName
{
background-color: #81BD41;
}
</style>
border-color css
<style>
span { border-color: #81BD41; }
span { border-color: rgb(129,189,65); }
td.TdClassName
{
border-color: #81BD41;
}
.TagClassName
{
border-color: #81BD41;
}
</style>