Shades of Lima #81AD0F
Tints of Lima #81AD0F
RGB
CMYK
RGB Variations
Color information
#81AD0F (or 0x81AD0F) is known color: Lima. HEX triplet: 81, AD and 0F. RGB value is (129,173,15). Sum of RGB (Red+Green+Blue) = 129+173+15=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 173 (67.97% from 255 or 54.57% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AD0F is #7E52F0. Grayscale: #8E8E8E. Windows color (decimal): -8278769 or 1027457. OLE color: 1027457.
HSL color Cylindrical-coordinate representation of color #81AD0F: hue angle of 76.71º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81AD0F is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 173 | 15 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.32 |
| HSL | 76.71º | 0.84% | 0.37% | - |
| HSV(B) | 76.71º | 0.91% | 0.68% | - |
| XYZ | 24.08 | 34.59 | 5.86 | - |
| YUV | 141.83 | 56.42 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 15 | 0.25 | 0 | 0.91 | 0.32 | 76.71 | 0.84 | 0.37 |
| Hex | 81 | AD | F | 19 | 0 | 5B | 20 | 4D | 54 | 25 |
| Octal | 201 | 255 | 17 | 31 | 0 | 133 | 40 | 115 | 124 | 45 |
| Binary | 10000001 | 10101101 | 1111 | 11001 | 0 | 1011011 | 100000 | 1001101 | 1010100 | 100101 |
Color Harmonies of #81AD0F
Complementary color
Monochromatic Colors of #81AD0F
Black with #81AD0F
Text Example
Text Example
White with #81AD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AD0F; }
p { color: rgb(129,173,15); }
H1.HeaderClassName
{
color: #81AD0F;
}
.AnyTagClassName
{
color: #81AD0F;
}
</style>
background-color css
<style>
a { background-color: #81AD0F; }
a { background-color: rgb(129,173,15); }
div.DivClassName
{
background-color: #81AD0F;
}
.BgClassName
{
background-color: #81AD0F;
}
</style>
border-color css
<style>
span { border-color: #81AD0F; }
span { border-color: rgb(129,173,15); }
td.TdClassName
{
border-color: #81AD0F;
}
.TagClassName
{
border-color: #81AD0F;
}
</style>