Shades of Mantis #81C050
Tints of Mantis #81C050
RGB
CMYK
RGB Variations
Color information
#81C050 (or 0x81C050) is known color: Mantis. HEX triplet: 81, C0 and 50. RGB value is (129,192,80). Sum of RGB (Red+Green+Blue) = 129+192+80=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #81C050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C050 is #7E3FAF. Grayscale: #A0A0A0. Windows color (decimal): -8273840 or 5292161. OLE color: 5292161.
HSL color Cylindrical-coordinate representation of color #81C050: hue angle of 93.75º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81C050 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 80 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.25 |
| HSL | 93.75º | 0.47% | 0.53% | - |
| HSV(B) | 93.75º | 0.58% | 0.75% | - |
| XYZ | 29.35 | 42.95 | 14.33 | - |
| YUV | 160.4 | 82.63 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 80 | 0.33 | 0 | 0.58 | 0.25 | 93.75 | 0.47 | 0.53 |
| Hex | 81 | C0 | 50 | 21 | 0 | 3A | 19 | 5E | 2F | 35 |
| Octal | 201 | 300 | 120 | 41 | 0 | 72 | 31 | 136 | 57 | 65 |
| Binary | 10000001 | 11000000 | 1010000 | 100001 | 0 | 111010 | 11001 | 1011110 | 101111 | 110101 |
Color Harmonies of #81C050
Complementary color
Monochromatic Colors of #81C050
Black with #81C050
Text Example
Text Example
White with #81C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C050; }
p { color: rgb(129,192,80); }
H1.HeaderClassName
{
color: #81C050;
}
.AnyTagClassName
{
color: #81C050;
}
</style>
background-color css
<style>
a { background-color: #81C050; }
a { background-color: rgb(129,192,80); }
div.DivClassName
{
background-color: #81C050;
}
.BgClassName
{
background-color: #81C050;
}
</style>
border-color css
<style>
span { border-color: #81C050; }
span { border-color: rgb(129,192,80); }
td.TdClassName
{
border-color: #81C050;
}
.TagClassName
{
border-color: #81C050;
}
</style>