Shades of Lima #81B106
Tints of Lima #81B106
RGB
CMYK
RGB Variations
Color information
#81B106 (or 0x81B106) is known color: Lima. HEX triplet: 81, B1 and 06. RGB value is (129,177,6). Sum of RGB (Red+Green+Blue) = 129+177+6=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #81B106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81B106 is #7E4EF9. Grayscale: #8F8F8F. Windows color (decimal): -8277754 or 438657. OLE color: 438657.
HSL color Cylindrical-coordinate representation of color #81B106: hue angle of 76.84º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81B106 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 177 | 6 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.31 |
| HSL | 76.84º | 0.93% | 0.36% | - |
| HSV(B) | 76.84º | 0.97% | 0.69% | - |
| XYZ | 24.81 | 36.12 | 5.84 | - |
| YUV | 143.15 | 50.6 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 6 | 0.27 | 0 | 0.97 | 0.31 | 76.84 | 0.93 | 0.36 |
| Hex | 81 | B1 | 6 | 1B | 0 | 61 | 1F | 4D | 5D | 24 |
| Octal | 201 | 261 | 6 | 33 | 0 | 141 | 37 | 115 | 135 | 44 |
| Binary | 10000001 | 10110001 | 110 | 11011 | 0 | 1100001 | 11111 | 1001101 | 1011101 | 100100 |
Color Harmonies of #81B106
Complementary color
Monochromatic Colors of #81B106
Black with #81B106
Text Example
Text Example
White with #81B106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B106; }
p { color: rgb(129,177,6); }
H1.HeaderClassName
{
color: #81B106;
}
.AnyTagClassName
{
color: #81B106;
}
</style>
background-color css
<style>
a { background-color: #81B106; }
a { background-color: rgb(129,177,6); }
div.DivClassName
{
background-color: #81B106;
}
.BgClassName
{
background-color: #81B106;
}
</style>
border-color css
<style>
span { border-color: #81B106; }
span { border-color: rgb(129,177,6); }
td.TdClassName
{
border-color: #81B106;
}
.TagClassName
{
border-color: #81B106;
}
</style>