Shades of Mantis #81BF4D
Tints of Mantis #81BF4D
RGB
CMYK
RGB Variations
Color information
#81BF4D (or 0x81BF4D) is known color: Mantis. HEX triplet: 81, BF and 4D. RGB value is (129,191,77). Sum of RGB (Red+Green+Blue) = 129+191+77=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BF4D is #7E40B2. Grayscale: #9F9F9F. Windows color (decimal): -8274099 or 5095297. OLE color: 5095297.
HSL color Cylindrical-coordinate representation of color #81BF4D: hue angle of 92.63º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81BF4D is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 191 | 77 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.25 |
| HSL | 92.63º | 0.47% | 0.53% | - |
| HSV(B) | 92.63º | 0.6% | 0.75% | - |
| XYZ | 29.02 | 42.46 | 13.69 | - |
| YUV | 159.47 | 81.46 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 191 | 77 | 0.32 | 0 | 0.60 | 0.25 | 92.63 | 0.47 | 0.53 |
| Hex | 81 | BF | 4D | 20 | 0 | 3C | 19 | 5D | 2F | 35 |
| Octal | 201 | 277 | 115 | 40 | 0 | 74 | 31 | 135 | 57 | 65 |
| Binary | 10000001 | 10111111 | 1001101 | 100000 | 0 | 111100 | 11001 | 1011101 | 101111 | 110101 |
Color Harmonies of #81BF4D
Complementary color
Monochromatic Colors of #81BF4D
Black with #81BF4D
Text Example
Text Example
White with #81BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BF4D; }
p { color: rgb(129,191,77); }
H1.HeaderClassName
{
color: #81BF4D;
}
.AnyTagClassName
{
color: #81BF4D;
}
</style>
background-color css
<style>
a { background-color: #81BF4D; }
a { background-color: rgb(129,191,77); }
div.DivClassName
{
background-color: #81BF4D;
}
.BgClassName
{
background-color: #81BF4D;
}
</style>
border-color css
<style>
span { border-color: #81BF4D; }
span { border-color: rgb(129,191,77); }
td.TdClassName
{
border-color: #81BF4D;
}
.TagClassName
{
border-color: #81BF4D;
}
</style>