Shades of Lima #81A617
Tints of Lima #81A617
RGB
CMYK
RGB Variations
Color information
#81A617 (or 0x81A617) is known color: Lima. HEX triplet: 81, A6 and 17. RGB value is (129,166,23). Sum of RGB (Red+Green+Blue) = 129+166+23=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #81A617 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A617 is #7E59E8. Grayscale: #8B8B8B. Windows color (decimal): -8280553 or 1549953. OLE color: 1549953.
HSL color Cylindrical-coordinate representation of color #81A617: hue angle of 75.52º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81A617 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 166 | 23 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.35 |
| HSL | 75.52º | 0.76% | 0.37% | - |
| HSV(B) | 75.52º | 0.86% | 0.65% | - |
| XYZ | 22.84 | 32 | 5.78 | - |
| YUV | 138.64 | 62.74 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 166 | 23 | 0.22 | 0 | 0.86 | 0.35 | 75.52 | 0.76 | 0.37 |
| Hex | 81 | A6 | 17 | 16 | 0 | 56 | 23 | 4C | 4C | 25 |
| Octal | 201 | 246 | 27 | 26 | 0 | 126 | 43 | 114 | 114 | 45 |
| Binary | 10000001 | 10100110 | 10111 | 10110 | 0 | 1010110 | 100011 | 1001100 | 1001100 | 100101 |
Color Harmonies of #81A617
Complementary color
Monochromatic Colors of #81A617
Black with #81A617
Text Example
Text Example
White with #81A617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A617; }
p { color: rgb(129,166,23); }
H1.HeaderClassName
{
color: #81A617;
}
.AnyTagClassName
{
color: #81A617;
}
</style>
background-color css
<style>
a { background-color: #81A617; }
a { background-color: rgb(129,166,23); }
div.DivClassName
{
background-color: #81A617;
}
.BgClassName
{
background-color: #81A617;
}
</style>
border-color css
<style>
span { border-color: #81A617; }
span { border-color: rgb(129,166,23); }
td.TdClassName
{
border-color: #81A617;
}
.TagClassName
{
border-color: #81A617;
}
</style>