Shades of Mantis #81BE5D
Tints of Mantis #81BE5D
RGB
CMYK
RGB Variations
Color information
#81BE5D (or 0x81BE5D) is known color: Mantis. HEX triplet: 81, BE and 5D. RGB value is (129,190,93). Sum of RGB (Red+Green+Blue) = 129+190+93=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BE5D is #7E41A2. Grayscale: #A1A1A1. Windows color (decimal): -8274339 or 6143617. OLE color: 6143617.
HSL color Cylindrical-coordinate representation of color #81BE5D: hue angle of 97.73º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81BE5D is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 93 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.25 |
| HSL | 97.73º | 0.43% | 0.55% | - |
| HSV(B) | 97.73º | 0.51% | 0.75% | - |
| XYZ | 29.44 | 42.28 | 16.97 | - |
| YUV | 160.7 | 89.79 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 93 | 0.32 | 0 | 0.51 | 0.25 | 97.73 | 0.43 | 0.55 |
| Hex | 81 | BE | 5D | 20 | 0 | 33 | 19 | 62 | 2B | 37 |
| Octal | 201 | 276 | 135 | 40 | 0 | 63 | 31 | 142 | 53 | 67 |
| Binary | 10000001 | 10111110 | 1011101 | 100000 | 0 | 110011 | 11001 | 1100010 | 101011 | 110111 |
Color Harmonies of #81BE5D
Complementary color
Monochromatic Colors of #81BE5D
Black with #81BE5D
Text Example
Text Example
White with #81BE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BE5D; }
p { color: rgb(129,190,93); }
H1.HeaderClassName
{
color: #81BE5D;
}
.AnyTagClassName
{
color: #81BE5D;
}
</style>
background-color css
<style>
a { background-color: #81BE5D; }
a { background-color: rgb(129,190,93); }
div.DivClassName
{
background-color: #81BE5D;
}
.BgClassName
{
background-color: #81BE5D;
}
</style>
border-color css
<style>
span { border-color: #81BE5D; }
span { border-color: rgb(129,190,93); }
td.TdClassName
{
border-color: #81BE5D;
}
.TagClassName
{
border-color: #81BE5D;
}
</style>