Shades of Mantis #81BC43
Tints of Mantis #81BC43
RGB
CMYK
RGB Variations
Color information
#81BC43 (or 0x81BC43) is known color: Mantis. HEX triplet: 81, BC and 43. RGB value is (129,188,67). Sum of RGB (Red+Green+Blue) = 129+188+67=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BC43 is #7E43BC. Grayscale: #9C9C9C. Windows color (decimal): -8274877 or 4439169. OLE color: 4439169.
HSL color Cylindrical-coordinate representation of color #81BC43: hue angle of 89.26º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81BC43 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 67 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.26 |
| HSL | 89.26º | 0.47% | 0.5% | - |
| HSV(B) | 89.26º | 0.64% | 0.74% | - |
| XYZ | 28.05 | 41.04 | 11.75 | - |
| YUV | 156.57 | 77.45 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 67 | 0.31 | 0 | 0.64 | 0.26 | 89.26 | 0.47 | 0.5 |
| Hex | 81 | BC | 43 | 1F | 0 | 40 | 1A | 59 | 2F | 32 |
| Octal | 201 | 274 | 103 | 37 | 0 | 100 | 32 | 131 | 57 | 62 |
| Binary | 10000001 | 10111100 | 1000011 | 11111 | 0 | 1000000 | 11010 | 1011001 | 101111 | 110010 |
Color Harmonies of #81BC43
Complementary color
Monochromatic Colors of #81BC43
Black with #81BC43
Text Example
Text Example
White with #81BC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC43; }
p { color: rgb(129,188,67); }
H1.HeaderClassName
{
color: #81BC43;
}
.AnyTagClassName
{
color: #81BC43;
}
</style>
background-color css
<style>
a { background-color: #81BC43; }
a { background-color: rgb(129,188,67); }
div.DivClassName
{
background-color: #81BC43;
}
.BgClassName
{
background-color: #81BC43;
}
</style>
border-color css
<style>
span { border-color: #81BC43; }
span { border-color: rgb(129,188,67); }
td.TdClassName
{
border-color: #81BC43;
}
.TagClassName
{
border-color: #81BC43;
}
</style>