Shades of Mantis #81BF49
Tints of Mantis #81BF49
RGB
CMYK
RGB Variations
Color information
#81BF49 (or 0x81BF49) is known color: Mantis. HEX triplet: 81, BF and 49. RGB value is (129,191,73). Sum of RGB (Red+Green+Blue) = 129+191+73=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BF49 is #7E40B6. Grayscale: #9F9F9F. Windows color (decimal): -8274103 or 4833153. OLE color: 4833153.
HSL color Cylindrical-coordinate representation of color #81BF49: hue angle of 91.53º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81BF49 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 191 | 73 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.25 |
| HSL | 91.53º | 0.48% | 0.52% | - |
| HSV(B) | 91.53º | 0.62% | 0.75% | - |
| XYZ | 28.89 | 42.41 | 12.97 | - |
| YUV | 159.01 | 79.46 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 191 | 73 | 0.32 | 0 | 0.62 | 0.25 | 91.53 | 0.48 | 0.52 |
| Hex | 81 | BF | 49 | 20 | 0 | 3E | 19 | 5C | 30 | 34 |
| Octal | 201 | 277 | 111 | 40 | 0 | 76 | 31 | 134 | 60 | 64 |
| Binary | 10000001 | 10111111 | 1001001 | 100000 | 0 | 111110 | 11001 | 1011100 | 110000 | 110100 |
Color Harmonies of #81BF49
Complementary color
Monochromatic Colors of #81BF49
Black with #81BF49
Text Example
Text Example
White with #81BF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BF49; }
p { color: rgb(129,191,73); }
H1.HeaderClassName
{
color: #81BF49;
}
.AnyTagClassName
{
color: #81BF49;
}
</style>
background-color css
<style>
a { background-color: #81BF49; }
a { background-color: rgb(129,191,73); }
div.DivClassName
{
background-color: #81BF49;
}
.BgClassName
{
background-color: #81BF49;
}
</style>
border-color css
<style>
span { border-color: #81BF49; }
span { border-color: rgb(129,191,73); }
td.TdClassName
{
border-color: #81BF49;
}
.TagClassName
{
border-color: #81BF49;
}
</style>