Shades of Mantis #81BF6D
Tints of Mantis #81BF6D
RGB
CMYK
RGB Variations
Color information
#81BF6D (or 0x81BF6D) is known color: Mantis. HEX triplet: 81, BF and 6D. RGB value is (129,191,109). Sum of RGB (Red+Green+Blue) = 129+191+109=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BF6D is #7E4092. Grayscale: #A3A3A3. Windows color (decimal): -8274067 or 7192449. OLE color: 7192449.
HSL color Cylindrical-coordinate representation of color #81BF6D: hue angle of 105.37º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81BF6D is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 191 | 109 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.25 |
| HSL | 105.37º | 0.39% | 0.59% | - |
| HSV(B) | 105.37º | 0.43% | 0.75% | - |
| XYZ | 30.44 | 43.03 | 21.17 | - |
| YUV | 163.11 | 97.46 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 191 | 109 | 0.32 | 0 | 0.43 | 0.25 | 105.37 | 0.39 | 0.59 |
| Hex | 81 | BF | 6D | 20 | 0 | 2B | 19 | 69 | 27 | 3B |
| Octal | 201 | 277 | 155 | 40 | 0 | 53 | 31 | 151 | 47 | 73 |
| Binary | 10000001 | 10111111 | 1101101 | 100000 | 0 | 101011 | 11001 | 1101001 | 100111 | 111011 |
Color Harmonies of #81BF6D
Complementary color
Monochromatic Colors of #81BF6D
Black with #81BF6D
Text Example
Text Example
White with #81BF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BF6D; }
p { color: rgb(129,191,109); }
H1.HeaderClassName
{
color: #81BF6D;
}
.AnyTagClassName
{
color: #81BF6D;
}
</style>
background-color css
<style>
a { background-color: #81BF6D; }
a { background-color: rgb(129,191,109); }
div.DivClassName
{
background-color: #81BF6D;
}
.BgClassName
{
background-color: #81BF6D;
}
</style>
border-color css
<style>
span { border-color: #81BF6D; }
span { border-color: rgb(129,191,109); }
td.TdClassName
{
border-color: #81BF6D;
}
.TagClassName
{
border-color: #81BF6D;
}
</style>