Shades of Mantis #81BC46
Tints of Mantis #81BC46
RGB
CMYK
RGB Variations
Color information
#81BC46 (or 0x81BC46) is known color: Mantis. HEX triplet: 81, BC and 46. RGB value is (129,188,70). Sum of RGB (Red+Green+Blue) = 129+188+70=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BC46 is #7E43B9. Grayscale: #9D9D9D. Windows color (decimal): -8274874 or 4635777. OLE color: 4635777.
HSL color Cylindrical-coordinate representation of color #81BC46: hue angle of 90º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #81BC46 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 70 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.26 |
| HSL | 90º | 0.47% | 0.51% | - |
| HSV(B) | 90º | 0.63% | 0.74% | - |
| XYZ | 28.14 | 41.08 | 12.24 | - |
| YUV | 156.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 70 | 0.31 | 0 | 0.63 | 0.26 | 90 | 0.47 | 0.51 |
| Hex | 81 | BC | 46 | 1F | 0 | 3F | 1A | 5A | 2F | 33 |
| Octal | 201 | 274 | 106 | 37 | 0 | 77 | 32 | 132 | 57 | 63 |
| Binary | 10000001 | 10111100 | 1000110 | 11111 | 0 | 111111 | 11010 | 1011010 | 101111 | 110011 |
Color Harmonies of #81BC46
Complementary color
Monochromatic Colors of #81BC46
Black with #81BC46
Text Example
Text Example
White with #81BC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC46; }
p { color: rgb(129,188,70); }
H1.HeaderClassName
{
color: #81BC46;
}
.AnyTagClassName
{
color: #81BC46;
}
</style>
background-color css
<style>
a { background-color: #81BC46; }
a { background-color: rgb(129,188,70); }
div.DivClassName
{
background-color: #81BC46;
}
.BgClassName
{
background-color: #81BC46;
}
</style>
border-color css
<style>
span { border-color: #81BC46; }
span { border-color: rgb(129,188,70); }
td.TdClassName
{
border-color: #81BC46;
}
.TagClassName
{
border-color: #81BC46;
}
</style>