Shades of Mantis #81BC50
Tints of Mantis #81BC50
RGB
CMYK
RGB Variations
Color information
#81BC50 (or 0x81BC50) is known color: Mantis. HEX triplet: 81, BC and 50. RGB value is (129,188,80). Sum of RGB (Red+Green+Blue) = 129+188+80=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BC50 is #7E43AF. Grayscale: #9E9E9E. Windows color (decimal): -8274864 or 5291137. OLE color: 5291137.
HSL color Cylindrical-coordinate representation of color #81BC50: hue angle of 92.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81BC50 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 80 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.26 |
| HSL | 92.78º | 0.45% | 0.53% | - |
| HSV(B) | 92.78º | 0.57% | 0.74% | - |
| XYZ | 28.48 | 41.21 | 14.04 | - |
| YUV | 158.05 | 83.95 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 80 | 0.31 | 0 | 0.57 | 0.26 | 92.78 | 0.45 | 0.53 |
| Hex | 81 | BC | 50 | 1F | 0 | 39 | 1A | 5D | 2D | 35 |
| Octal | 201 | 274 | 120 | 37 | 0 | 71 | 32 | 135 | 55 | 65 |
| Binary | 10000001 | 10111100 | 1010000 | 11111 | 0 | 111001 | 11010 | 1011101 | 101101 | 110101 |
Color Harmonies of #81BC50
Complementary color
Monochromatic Colors of #81BC50
Black with #81BC50
Text Example
Text Example
White with #81BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC50; }
p { color: rgb(129,188,80); }
H1.HeaderClassName
{
color: #81BC50;
}
.AnyTagClassName
{
color: #81BC50;
}
</style>
background-color css
<style>
a { background-color: #81BC50; }
a { background-color: rgb(129,188,80); }
div.DivClassName
{
background-color: #81BC50;
}
.BgClassName
{
background-color: #81BC50;
}
</style>
border-color css
<style>
span { border-color: #81BC50; }
span { border-color: rgb(129,188,80); }
td.TdClassName
{
border-color: #81BC50;
}
.TagClassName
{
border-color: #81BC50;
}
</style>