Shades of Mantis #81C065
Tints of Mantis #81C065
RGB
CMYK
RGB Variations
Color information
#81C065 (or 0x81C065) is known color: Mantis. HEX triplet: 81, C0 and 65. RGB value is (129,192,101). Sum of RGB (Red+Green+Blue) = 129+192+101=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #81C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C065 is #7E3F9A. Grayscale: #A3A3A3. Windows color (decimal): -8273819 or 6668417. OLE color: 6668417.
HSL color Cylindrical-coordinate representation of color #81C065: hue angle of 101.54º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81C065 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 101 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.25 |
| HSL | 101.54º | 0.42% | 0.57% | - |
| HSV(B) | 101.54º | 0.47% | 0.75% | - |
| XYZ | 30.25 | 43.31 | 19.08 | - |
| YUV | 162.79 | 93.13 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 101 | 0.33 | 0 | 0.47 | 0.25 | 101.54 | 0.42 | 0.57 |
| Hex | 81 | C0 | 65 | 21 | 0 | 2F | 19 | 66 | 2A | 39 |
| Octal | 201 | 300 | 145 | 41 | 0 | 57 | 31 | 146 | 52 | 71 |
| Binary | 10000001 | 11000000 | 1100101 | 100001 | 0 | 101111 | 11001 | 1100110 | 101010 | 111001 |
Color Harmonies of #81C065
Complementary color
Monochromatic Colors of #81C065
Black with #81C065
Text Example
Text Example
White with #81C065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C065; }
p { color: rgb(129,192,101); }
H1.HeaderClassName
{
color: #81C065;
}
.AnyTagClassName
{
color: #81C065;
}
</style>
background-color css
<style>
a { background-color: #81C065; }
a { background-color: rgb(129,192,101); }
div.DivClassName
{
background-color: #81C065;
}
.BgClassName
{
background-color: #81C065;
}
</style>
border-color css
<style>
span { border-color: #81C065; }
span { border-color: rgb(129,192,101); }
td.TdClassName
{
border-color: #81C065;
}
.TagClassName
{
border-color: #81C065;
}
</style>