Shades of Mantis #81BD67
Tints of Mantis #81BD67
RGB
CMYK
RGB Variations
Color information
#81BD67 (or 0x81BD67) is known color: Mantis. HEX triplet: 81, BD and 67. RGB value is (129,189,103). Sum of RGB (Red+Green+Blue) = 129+189+103=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BD67 is #7E4298. Grayscale: #A1A1A1. Windows color (decimal): -8274585 or 6798721. OLE color: 6798721.
HSL color Cylindrical-coordinate representation of color #81BD67: hue angle of 101.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81BD67 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 189 | 103 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.26 |
| HSL | 101.86º | 0.39% | 0.57% | - |
| HSV(B) | 101.86º | 0.46% | 0.74% | - |
| XYZ | 29.7 | 42.04 | 19.38 | - |
| YUV | 161.26 | 95.12 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 103 | 0.32 | 0 | 0.46 | 0.26 | 101.86 | 0.39 | 0.57 |
| Hex | 81 | BD | 67 | 20 | 0 | 2E | 1A | 66 | 27 | 39 |
| Octal | 201 | 275 | 147 | 40 | 0 | 56 | 32 | 146 | 47 | 71 |
| Binary | 10000001 | 10111101 | 1100111 | 100000 | 0 | 101110 | 11010 | 1100110 | 100111 | 111001 |
Color Harmonies of #81BD67
Complementary color
Monochromatic Colors of #81BD67
Black with #81BD67
Text Example
Text Example
White with #81BD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BD67; }
p { color: rgb(129,189,103); }
H1.HeaderClassName
{
color: #81BD67;
}
.AnyTagClassName
{
color: #81BD67;
}
</style>
background-color css
<style>
a { background-color: #81BD67; }
a { background-color: rgb(129,189,103); }
div.DivClassName
{
background-color: #81BD67;
}
.BgClassName
{
background-color: #81BD67;
}
</style>
border-color css
<style>
span { border-color: #81BD67; }
span { border-color: rgb(129,189,103); }
td.TdClassName
{
border-color: #81BD67;
}
.TagClassName
{
border-color: #81BD67;
}
</style>