Shades of Mantis #81BE40
Tints of Mantis #81BE40
RGB
CMYK
RGB Variations
Color information
#81BE40 (or 0x81BE40) is known color: Mantis. HEX triplet: 81, BE and 40. RGB value is (129,190,64). Sum of RGB (Red+Green+Blue) = 129+190+64=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BE40 is #7E41BF. Grayscale: #9D9D9D. Windows color (decimal): -8274368 or 4243073. OLE color: 4243073.
HSL color Cylindrical-coordinate representation of color #81BE40: hue angle of 89.05º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81BE40 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 190 | 64 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.25 |
| HSL | 89.05º | 0.5% | 0.5% | - |
| HSV(B) | 89.05º | 0.66% | 0.75% | - |
| XYZ | 28.39 | 41.86 | 11.43 | - |
| YUV | 157.4 | 75.29 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 64 | 0.32 | 0 | 0.66 | 0.25 | 89.05 | 0.5 | 0.5 |
| Hex | 81 | BE | 40 | 20 | 0 | 42 | 19 | 59 | 32 | 32 |
| Octal | 201 | 276 | 100 | 40 | 0 | 102 | 31 | 131 | 62 | 62 |
| Binary | 10000001 | 10111110 | 1000000 | 100000 | 0 | 1000010 | 11001 | 1011001 | 110010 | 110010 |
Color Harmonies of #81BE40
Complementary color
Monochromatic Colors of #81BE40
Black with #81BE40
Text Example
Text Example
White with #81BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BE40; }
p { color: rgb(129,190,64); }
H1.HeaderClassName
{
color: #81BE40;
}
.AnyTagClassName
{
color: #81BE40;
}
</style>
background-color css
<style>
a { background-color: #81BE40; }
a { background-color: rgb(129,190,64); }
div.DivClassName
{
background-color: #81BE40;
}
.BgClassName
{
background-color: #81BE40;
}
</style>
border-color css
<style>
span { border-color: #81BE40; }
span { border-color: rgb(129,190,64); }
td.TdClassName
{
border-color: #81BE40;
}
.TagClassName
{
border-color: #81BE40;
}
</style>