Shades of Mantis #81BF71
Tints of Mantis #81BF71
RGB
CMYK
RGB Variations
Color information
#81BF71 (or 0x81BF71) is known color: Mantis. HEX triplet: 81, BF and 71. RGB value is (129,191,113). Sum of RGB (Red+Green+Blue) = 129+191+113=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BF71 is #7E408E. Grayscale: #A3A3A3. Windows color (decimal): -8274063 or 7454593. OLE color: 7454593.
HSL color Cylindrical-coordinate representation of color #81BF71: hue angle of 107.69º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81BF71 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 191 | 113 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.25 |
| HSL | 107.69º | 0.38% | 0.6% | - |
| HSV(B) | 107.69º | 0.41% | 0.75% | - |
| XYZ | 30.66 | 43.12 | 22.33 | - |
| YUV | 163.57 | 99.46 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 191 | 113 | 0.32 | 0 | 0.41 | 0.25 | 107.69 | 0.38 | 0.6 |
| Hex | 81 | BF | 71 | 20 | 0 | 29 | 19 | 6C | 26 | 3C |
| Octal | 201 | 277 | 161 | 40 | 0 | 51 | 31 | 154 | 46 | 74 |
| Binary | 10000001 | 10111111 | 1110001 | 100000 | 0 | 101001 | 11001 | 1101100 | 100110 | 111100 |
Color Harmonies of #81BF71
Complementary color
Monochromatic Colors of #81BF71
Black with #81BF71
Text Example
Text Example
White with #81BF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BF71; }
p { color: rgb(129,191,113); }
H1.HeaderClassName
{
color: #81BF71;
}
.AnyTagClassName
{
color: #81BF71;
}
</style>
background-color css
<style>
a { background-color: #81BF71; }
a { background-color: rgb(129,191,113); }
div.DivClassName
{
background-color: #81BF71;
}
.BgClassName
{
background-color: #81BF71;
}
</style>
border-color css
<style>
span { border-color: #81BF71; }
span { border-color: rgb(129,191,113); }
td.TdClassName
{
border-color: #81BF71;
}
.TagClassName
{
border-color: #81BF71;
}
</style>