Shades of Mantis #81BF63
Tints of Mantis #81BF63
RGB
CMYK
RGB Variations
Color information
#81BF63 (or 0x81BF63) is known color: Mantis. HEX triplet: 81, BF and 63. RGB value is (129,191,99). Sum of RGB (Red+Green+Blue) = 129+191+99=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BF63 is #7E409C. Grayscale: #A2A2A2. Windows color (decimal): -8274077 or 6537089. OLE color: 6537089.
HSL color Cylindrical-coordinate representation of color #81BF63: hue angle of 100.43º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81BF63 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 191 | 99 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.25 |
| HSL | 100.43º | 0.42% | 0.57% | - |
| HSV(B) | 100.43º | 0.48% | 0.75% | - |
| XYZ | 29.94 | 42.83 | 18.49 | - |
| YUV | 161.97 | 92.46 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 191 | 99 | 0.32 | 0 | 0.48 | 0.25 | 100.43 | 0.42 | 0.57 |
| Hex | 81 | BF | 63 | 20 | 0 | 30 | 19 | 64 | 2A | 39 |
| Octal | 201 | 277 | 143 | 40 | 0 | 60 | 31 | 144 | 52 | 71 |
| Binary | 10000001 | 10111111 | 1100011 | 100000 | 0 | 110000 | 11001 | 1100100 | 101010 | 111001 |
Color Harmonies of #81BF63
Complementary color
Monochromatic Colors of #81BF63
Black with #81BF63
Text Example
Text Example
White with #81BF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BF63; }
p { color: rgb(129,191,99); }
H1.HeaderClassName
{
color: #81BF63;
}
.AnyTagClassName
{
color: #81BF63;
}
</style>
background-color css
<style>
a { background-color: #81BF63; }
a { background-color: rgb(129,191,99); }
div.DivClassName
{
background-color: #81BF63;
}
.BgClassName
{
background-color: #81BF63;
}
</style>
border-color css
<style>
span { border-color: #81BF63; }
span { border-color: rgb(129,191,99); }
td.TdClassName
{
border-color: #81BF63;
}
.TagClassName
{
border-color: #81BF63;
}
</style>