Shades of Mantis #81BB6B
Tints of Mantis #81BB6B
RGB
CMYK
RGB Variations
Color information
#81BB6B (or 0x81BB6B) is known color: Mantis. HEX triplet: 81, BB and 6B. RGB value is (129,187,107). Sum of RGB (Red+Green+Blue) = 129+187+107=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BB6B is #7E4494. Grayscale: #A0A0A0. Windows color (decimal): -8275093 or 7060353. OLE color: 7060353.
HSL color Cylindrical-coordinate representation of color #81BB6B: hue angle of 103.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81BB6B is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 187 | 107 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.27 |
| HSL | 103.5º | 0.37% | 0.58% | - |
| HSV(B) | 103.5º | 0.43% | 0.73% | - |
| XYZ | 29.48 | 41.27 | 20.32 | - |
| YUV | 160.54 | 97.78 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 107 | 0.31 | 0 | 0.43 | 0.27 | 103.5 | 0.37 | 0.58 |
| Hex | 81 | BB | 6B | 1F | 0 | 2B | 1B | 68 | 25 | 3A |
| Octal | 201 | 273 | 153 | 37 | 0 | 53 | 33 | 150 | 45 | 72 |
| Binary | 10000001 | 10111011 | 1101011 | 11111 | 0 | 101011 | 11011 | 1101000 | 100101 | 111010 |
Color Harmonies of #81BB6B
Complementary color
Monochromatic Colors of #81BB6B
Black with #81BB6B
Text Example
Text Example
White with #81BB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BB6B; }
p { color: rgb(129,187,107); }
H1.HeaderClassName
{
color: #81BB6B;
}
.AnyTagClassName
{
color: #81BB6B;
}
</style>
background-color css
<style>
a { background-color: #81BB6B; }
a { background-color: rgb(129,187,107); }
div.DivClassName
{
background-color: #81BB6B;
}
.BgClassName
{
background-color: #81BB6B;
}
</style>
border-color css
<style>
span { border-color: #81BB6B; }
span { border-color: rgb(129,187,107); }
td.TdClassName
{
border-color: #81BB6B;
}
.TagClassName
{
border-color: #81BB6B;
}
</style>