Shades of Lima #81A71B
Tints of Lima #81A71B
RGB
CMYK
RGB Variations
Color information
#81A71B (or 0x81A71B) is known color: Lima. HEX triplet: 81, A7 and 1B. RGB value is (129,167,27). Sum of RGB (Red+Green+Blue) = 129+167+27=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 167 (65.62% from 255 or 51.70% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 167 - color contains mainly: green. Hex color #81A71B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A71B is #7E58E4. Grayscale: #8C8C8C. Windows color (decimal): -8280293 or 1812353. OLE color: 1812353.
HSL color Cylindrical-coordinate representation of color #81A71B: hue angle of 76.29º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81A71B is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 167 | 27 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.35 |
| HSL | 76.29º | 0.72% | 0.38% | - |
| HSV(B) | 76.29º | 0.84% | 0.65% | - |
| XYZ | 23.07 | 32.38 | 6.07 | - |
| YUV | 139.68 | 64.41 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 27 | 0.23 | 0 | 0.84 | 0.35 | 76.29 | 0.72 | 0.38 |
| Hex | 81 | A7 | 1B | 17 | 0 | 54 | 23 | 4C | 48 | 26 |
| Octal | 201 | 247 | 33 | 27 | 0 | 124 | 43 | 114 | 110 | 46 |
| Binary | 10000001 | 10100111 | 11011 | 10111 | 0 | 1010100 | 100011 | 1001100 | 1001000 | 100110 |
Color Harmonies of #81A71B
Complementary color
Monochromatic Colors of #81A71B
Black with #81A71B
Text Example
Text Example
White with #81A71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A71B; }
p { color: rgb(129,167,27); }
H1.HeaderClassName
{
color: #81A71B;
}
.AnyTagClassName
{
color: #81A71B;
}
</style>
background-color css
<style>
a { background-color: #81A71B; }
a { background-color: rgb(129,167,27); }
div.DivClassName
{
background-color: #81A71B;
}
.BgClassName
{
background-color: #81A71B;
}
</style>
border-color css
<style>
span { border-color: #81A71B; }
span { border-color: rgb(129,167,27); }
td.TdClassName
{
border-color: #81A71B;
}
.TagClassName
{
border-color: #81A71B;
}
</style>