Shades of Mantis #81B35C
Tints of Mantis #81B35C
RGB
CMYK
RGB Variations
Color information
#81B35C (or 0x81B35C) is known color: Mantis. HEX triplet: 81, B3 and 5C. RGB value is (129,179,92). Sum of RGB (Red+Green+Blue) = 129+179+92=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #81B35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B35C is #7E4CA3. Grayscale: #9A9A9A. Windows color (decimal): -8277156 or 6075265. OLE color: 6075265.
HSL color Cylindrical-coordinate representation of color #81B35C: hue angle of 94.48º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81B35C is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 179 | 92 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.30 |
| HSL | 94.48º | 0.36% | 0.53% | - |
| HSV(B) | 94.48º | 0.49% | 0.7% | - |
| XYZ | 27.11 | 37.68 | 15.97 | - |
| YUV | 154.13 | 92.94 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 179 | 92 | 0.28 | 0 | 0.49 | 0.30 | 94.48 | 0.36 | 0.53 |
| Hex | 81 | B3 | 5C | 1C | 0 | 31 | 1E | 5E | 24 | 35 |
| Octal | 201 | 263 | 134 | 34 | 0 | 61 | 36 | 136 | 44 | 65 |
| Binary | 10000001 | 10110011 | 1011100 | 11100 | 0 | 110001 | 11110 | 1011110 | 100100 | 110101 |
Color Harmonies of #81B35C
Complementary color
Monochromatic Colors of #81B35C
Black with #81B35C
Text Example
Text Example
White with #81B35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B35C; }
p { color: rgb(129,179,92); }
H1.HeaderClassName
{
color: #81B35C;
}
.AnyTagClassName
{
color: #81B35C;
}
</style>
background-color css
<style>
a { background-color: #81B35C; }
a { background-color: rgb(129,179,92); }
div.DivClassName
{
background-color: #81B35C;
}
.BgClassName
{
background-color: #81B35C;
}
</style>
border-color css
<style>
span { border-color: #81B35C; }
span { border-color: rgb(129,179,92); }
td.TdClassName
{
border-color: #81B35C;
}
.TagClassName
{
border-color: #81B35C;
}
</style>