Shades of Mantis #81C663
Tints of Mantis #81C663
RGB
CMYK
RGB Variations
Color information
#81C663 (or 0x81C663) is known color: Mantis. HEX triplet: 81, C6 and 63. RGB value is (129,198,99). Sum of RGB (Red+Green+Blue) = 129+198+99=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 198 - color contains mainly: green. Hex color #81C663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C663 is #7E399C. Grayscale: #A6A6A6. Windows color (decimal): -8272285 or 6538881. OLE color: 6538881.
HSL color Cylindrical-coordinate representation of color #81C663: hue angle of 101.82º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81C663 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 198 | 99 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.22 |
| HSL | 101.82º | 0.46% | 0.58% | - |
| HSV(B) | 101.82º | 0.5% | 0.78% | - |
| XYZ | 31.5 | 45.96 | 19.01 | - |
| YUV | 166.08 | 90.14 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 198 | 99 | 0.35 | 0 | 0.50 | 0.22 | 101.82 | 0.46 | 0.58 |
| Hex | 81 | C6 | 63 | 23 | 0 | 32 | 16 | 66 | 2E | 3A |
| Octal | 201 | 306 | 143 | 43 | 0 | 62 | 26 | 146 | 56 | 72 |
| Binary | 10000001 | 11000110 | 1100011 | 100011 | 0 | 110010 | 10110 | 1100110 | 101110 | 111010 |
Color Harmonies of #81C663
Complementary color
Monochromatic Colors of #81C663
Black with #81C663
Text Example
Text Example
White with #81C663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C663; }
p { color: rgb(129,198,99); }
H1.HeaderClassName
{
color: #81C663;
}
.AnyTagClassName
{
color: #81C663;
}
</style>
background-color css
<style>
a { background-color: #81C663; }
a { background-color: rgb(129,198,99); }
div.DivClassName
{
background-color: #81C663;
}
.BgClassName
{
background-color: #81C663;
}
</style>
border-color css
<style>
span { border-color: #81C663; }
span { border-color: rgb(129,198,99); }
td.TdClassName
{
border-color: #81C663;
}
.TagClassName
{
border-color: #81C663;
}
</style>