Shades of Mantis #81BE4E
Tints of Mantis #81BE4E
RGB
CMYK
RGB Variations
Color information
#81BE4E (or 0x81BE4E) is known color: Mantis. HEX triplet: 81, BE and 4E. RGB value is (129,190,78). Sum of RGB (Red+Green+Blue) = 129+190+78=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BE4E is #7E41B1. Grayscale: #9F9F9F. Windows color (decimal): -8274354 or 5160577. OLE color: 5160577.
HSL color Cylindrical-coordinate representation of color #81BE4E: hue angle of 92.68º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81BE4E is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 78 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.25 |
| HSL | 92.68º | 0.46% | 0.53% | - |
| HSV(B) | 92.68º | 0.59% | 0.75% | - |
| XYZ | 28.84 | 42.04 | 13.8 | - |
| YUV | 158.99 | 82.29 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 78 | 0.32 | 0 | 0.59 | 0.25 | 92.68 | 0.46 | 0.53 |
| Hex | 81 | BE | 4E | 20 | 0 | 3B | 19 | 5D | 2E | 35 |
| Octal | 201 | 276 | 116 | 40 | 0 | 73 | 31 | 135 | 56 | 65 |
| Binary | 10000001 | 10111110 | 1001110 | 100000 | 0 | 111011 | 11001 | 1011101 | 101110 | 110101 |
Color Harmonies of #81BE4E
Complementary color
Monochromatic Colors of #81BE4E
Black with #81BE4E
Text Example
Text Example
White with #81BE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BE4E; }
p { color: rgb(129,190,78); }
H1.HeaderClassName
{
color: #81BE4E;
}
.AnyTagClassName
{
color: #81BE4E;
}
</style>
background-color css
<style>
a { background-color: #81BE4E; }
a { background-color: rgb(129,190,78); }
div.DivClassName
{
background-color: #81BE4E;
}
.BgClassName
{
background-color: #81BE4E;
}
</style>
border-color css
<style>
span { border-color: #81BE4E; }
span { border-color: rgb(129,190,78); }
td.TdClassName
{
border-color: #81BE4E;
}
.TagClassName
{
border-color: #81BE4E;
}
</style>