Shades of Mantis #81C249
Tints of Mantis #81C249
RGB
CMYK
RGB Variations
Color information
#81C249 (or 0x81C249) is known color: Mantis. HEX triplet: 81, C2 and 49. RGB value is (129,194,73). Sum of RGB (Red+Green+Blue) = 129+194+73=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #81C249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C249 is #7E3DB6. Grayscale: #A1A1A1. Windows color (decimal): -8273335 or 4833921. OLE color: 4833921.
HSL color Cylindrical-coordinate representation of color #81C249: hue angle of 92.23º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81C249 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 194 | 73 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.24 |
| HSL | 92.23º | 0.5% | 0.52% | - |
| HSV(B) | 92.23º | 0.62% | 0.76% | - |
| XYZ | 29.55 | 43.73 | 13.19 | - |
| YUV | 160.77 | 78.47 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 194 | 73 | 0.34 | 0 | 0.62 | 0.24 | 92.23 | 0.5 | 0.52 |
| Hex | 81 | C2 | 49 | 22 | 0 | 3E | 18 | 5C | 32 | 34 |
| Octal | 201 | 302 | 111 | 42 | 0 | 76 | 30 | 134 | 62 | 64 |
| Binary | 10000001 | 11000010 | 1001001 | 100010 | 0 | 111110 | 11000 | 1011100 | 110010 | 110100 |
Color Harmonies of #81C249
Complementary color
Monochromatic Colors of #81C249
Black with #81C249
Text Example
Text Example
White with #81C249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C249; }
p { color: rgb(129,194,73); }
H1.HeaderClassName
{
color: #81C249;
}
.AnyTagClassName
{
color: #81C249;
}
</style>
background-color css
<style>
a { background-color: #81C249; }
a { background-color: rgb(129,194,73); }
div.DivClassName
{
background-color: #81C249;
}
.BgClassName
{
background-color: #81C249;
}
</style>
border-color css
<style>
span { border-color: #81C249; }
span { border-color: rgb(129,194,73); }
td.TdClassName
{
border-color: #81C249;
}
.TagClassName
{
border-color: #81C249;
}
</style>