Shades of Mantis #81BD50
Tints of Mantis #81BD50
RGB
CMYK
RGB Variations
Color information
#81BD50 (or 0x81BD50) is known color: Mantis. HEX triplet: 81, BD and 50. RGB value is (129,189,80). Sum of RGB (Red+Green+Blue) = 129+189+80=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BD50 is #7E42AF. Grayscale: #9F9F9F. Windows color (decimal): -8274608 or 5291393. OLE color: 5291393.
HSL color Cylindrical-coordinate representation of color #81BD50: hue angle of 93.03º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81BD50 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 189 | 80 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.26 |
| HSL | 93.03º | 0.45% | 0.53% | - |
| HSV(B) | 93.03º | 0.58% | 0.74% | - |
| XYZ | 28.7 | 41.64 | 14.11 | - |
| YUV | 158.63 | 83.62 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 80 | 0.32 | 0 | 0.58 | 0.26 | 93.03 | 0.45 | 0.53 |
| Hex | 81 | BD | 50 | 20 | 0 | 3A | 1A | 5D | 2D | 35 |
| Octal | 201 | 275 | 120 | 40 | 0 | 72 | 32 | 135 | 55 | 65 |
| Binary | 10000001 | 10111101 | 1010000 | 100000 | 0 | 111010 | 11010 | 1011101 | 101101 | 110101 |
Color Harmonies of #81BD50
Complementary color
Monochromatic Colors of #81BD50
Black with #81BD50
Text Example
Text Example
White with #81BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BD50; }
p { color: rgb(129,189,80); }
H1.HeaderClassName
{
color: #81BD50;
}
.AnyTagClassName
{
color: #81BD50;
}
</style>
background-color css
<style>
a { background-color: #81BD50; }
a { background-color: rgb(129,189,80); }
div.DivClassName
{
background-color: #81BD50;
}
.BgClassName
{
background-color: #81BD50;
}
</style>
border-color css
<style>
span { border-color: #81BD50; }
span { border-color: rgb(129,189,80); }
td.TdClassName
{
border-color: #81BD50;
}
.TagClassName
{
border-color: #81BD50;
}
</style>