Shades of Mantis #81C250
Tints of Mantis #81C250
RGB
CMYK
RGB Variations
Color information
#81C250 (or 0x81C250) is known color: Mantis. HEX triplet: 81, C2 and 50. RGB value is (129,194,80). Sum of RGB (Red+Green+Blue) = 129+194+80=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #81C250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C250 is #7E3DAF. Grayscale: #A1A1A1. Windows color (decimal): -8273328 or 5292673. OLE color: 5292673.
HSL color Cylindrical-coordinate representation of color #81C250: hue angle of 94.21º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81C250 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 194 | 80 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.24 |
| HSL | 94.21º | 0.48% | 0.54% | - |
| HSV(B) | 94.21º | 0.59% | 0.76% | - |
| XYZ | 29.79 | 43.83 | 14.48 | - |
| YUV | 161.57 | 81.97 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 194 | 80 | 0.34 | 0 | 0.59 | 0.24 | 94.21 | 0.48 | 0.54 |
| Hex | 81 | C2 | 50 | 22 | 0 | 3B | 18 | 5E | 30 | 36 |
| Octal | 201 | 302 | 120 | 42 | 0 | 73 | 30 | 136 | 60 | 66 |
| Binary | 10000001 | 11000010 | 1010000 | 100010 | 0 | 111011 | 11000 | 1011110 | 110000 | 110110 |
Color Harmonies of #81C250
Complementary color
Monochromatic Colors of #81C250
Black with #81C250
Text Example
Text Example
White with #81C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C250; }
p { color: rgb(129,194,80); }
H1.HeaderClassName
{
color: #81C250;
}
.AnyTagClassName
{
color: #81C250;
}
</style>
background-color css
<style>
a { background-color: #81C250; }
a { background-color: rgb(129,194,80); }
div.DivClassName
{
background-color: #81C250;
}
.BgClassName
{
background-color: #81C250;
}
</style>
border-color css
<style>
span { border-color: #81C250; }
span { border-color: rgb(129,194,80); }
td.TdClassName
{
border-color: #81C250;
}
.TagClassName
{
border-color: #81C250;
}
</style>