Shades of Mantis #81B567
Tints of Mantis #81B567
RGB
CMYK
RGB Variations
Color information
#81B567 (or 0x81B567) is known color: Mantis. HEX triplet: 81, B5 and 67. RGB value is (129,181,103). Sum of RGB (Red+Green+Blue) = 129+181+103=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 181 - color contains mainly: green. Hex color #81B567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B567 is #7E4A98. Grayscale: #9C9C9C. Windows color (decimal): -8276633 or 6796673. OLE color: 6796673.
HSL color Cylindrical-coordinate representation of color #81B567: hue angle of 100º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81B567 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 103 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.29 |
| HSL | 100º | 0.35% | 0.56% | - |
| HSV(B) | 100º | 0.43% | 0.71% | - |
| XYZ | 28.03 | 38.69 | 18.82 | - |
| YUV | 156.56 | 97.77 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 103 | 0.29 | 0 | 0.43 | 0.29 | 100 | 0.35 | 0.56 |
| Hex | 81 | B5 | 67 | 1D | 0 | 2B | 1D | 64 | 23 | 38 |
| Octal | 201 | 265 | 147 | 35 | 0 | 53 | 35 | 144 | 43 | 70 |
| Binary | 10000001 | 10110101 | 1100111 | 11101 | 0 | 101011 | 11101 | 1100100 | 100011 | 111000 |
Color Harmonies of #81B567
Complementary color
Monochromatic Colors of #81B567
Black with #81B567
Text Example
Text Example
White with #81B567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B567; }
p { color: rgb(129,181,103); }
H1.HeaderClassName
{
color: #81B567;
}
.AnyTagClassName
{
color: #81B567;
}
</style>
background-color css
<style>
a { background-color: #81B567; }
a { background-color: rgb(129,181,103); }
div.DivClassName
{
background-color: #81B567;
}
.BgClassName
{
background-color: #81B567;
}
</style>
border-color css
<style>
span { border-color: #81B567; }
span { border-color: rgb(129,181,103); }
td.TdClassName
{
border-color: #81B567;
}
.TagClassName
{
border-color: #81B567;
}
</style>