Shades of Mantis #81BE43
Tints of Mantis #81BE43
RGB
CMYK
RGB Variations
Color information
#81BE43 (or 0x81BE43) is known color: Mantis. HEX triplet: 81, BE and 43. RGB value is (129,190,67). Sum of RGB (Red+Green+Blue) = 129+190+67=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BE43 is #7E41BC. Grayscale: #9E9E9E. Windows color (decimal): -8274365 or 4439681. OLE color: 4439681.
HSL color Cylindrical-coordinate representation of color #81BE43: hue angle of 89.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81BE43 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 67 | - |
| CMYK | 0.32 | 0 | 0.65 | 0.25 |
| HSL | 89.76º | 0.49% | 0.5% | - |
| HSV(B) | 89.76º | 0.65% | 0.75% | - |
| XYZ | 28.48 | 41.9 | 11.9 | - |
| YUV | 157.74 | 76.79 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 67 | 0.32 | 0 | 0.65 | 0.25 | 89.76 | 0.49 | 0.5 |
| Hex | 81 | BE | 43 | 20 | 0 | 41 | 19 | 5A | 31 | 32 |
| Octal | 201 | 276 | 103 | 40 | 0 | 101 | 31 | 132 | 61 | 62 |
| Binary | 10000001 | 10111110 | 1000011 | 100000 | 0 | 1000001 | 11001 | 1011010 | 110001 | 110010 |
Color Harmonies of #81BE43
Complementary color
Monochromatic Colors of #81BE43
Black with #81BE43
Text Example
Text Example
White with #81BE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BE43; }
p { color: rgb(129,190,67); }
H1.HeaderClassName
{
color: #81BE43;
}
.AnyTagClassName
{
color: #81BE43;
}
</style>
background-color css
<style>
a { background-color: #81BE43; }
a { background-color: rgb(129,190,67); }
div.DivClassName
{
background-color: #81BE43;
}
.BgClassName
{
background-color: #81BE43;
}
</style>
border-color css
<style>
span { border-color: #81BE43; }
span { border-color: rgb(129,190,67); }
td.TdClassName
{
border-color: #81BE43;
}
.TagClassName
{
border-color: #81BE43;
}
</style>