Shades of Mantis #81B65D
Tints of Mantis #81B65D
RGB
CMYK
RGB Variations
Color information
#81B65D (or 0x81B65D) is known color: Mantis. HEX triplet: 81, B6 and 5D. RGB value is (129,182,93). Sum of RGB (Red+Green+Blue) = 129+182+93=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #81B65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B65D is #7E49A2. Grayscale: #9C9C9C. Windows color (decimal): -8276387 or 6141569. OLE color: 6141569.
HSL color Cylindrical-coordinate representation of color #81B65D: hue angle of 95.73º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81B65D is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 182 | 93 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.29 |
| HSL | 95.73º | 0.38% | 0.54% | - |
| HSV(B) | 95.73º | 0.49% | 0.71% | - |
| XYZ | 27.76 | 38.91 | 16.4 | - |
| YUV | 156.01 | 92.44 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 182 | 93 | 0.29 | 0 | 0.49 | 0.29 | 95.73 | 0.38 | 0.54 |
| Hex | 81 | B6 | 5D | 1D | 0 | 31 | 1D | 60 | 26 | 36 |
| Octal | 201 | 266 | 135 | 35 | 0 | 61 | 35 | 140 | 46 | 66 |
| Binary | 10000001 | 10110110 | 1011101 | 11101 | 0 | 110001 | 11101 | 1100000 | 100110 | 110110 |
Color Harmonies of #81B65D
Complementary color
Monochromatic Colors of #81B65D
Black with #81B65D
Text Example
Text Example
White with #81B65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B65D; }
p { color: rgb(129,182,93); }
H1.HeaderClassName
{
color: #81B65D;
}
.AnyTagClassName
{
color: #81B65D;
}
</style>
background-color css
<style>
a { background-color: #81B65D; }
a { background-color: rgb(129,182,93); }
div.DivClassName
{
background-color: #81B65D;
}
.BgClassName
{
background-color: #81B65D;
}
</style>
border-color css
<style>
span { border-color: #81B65D; }
span { border-color: rgb(129,182,93); }
td.TdClassName
{
border-color: #81B65D;
}
.TagClassName
{
border-color: #81B65D;
}
</style>