Shades of Lima #81A400
Tints of Lima #81A400
RGB
CMYK
RGB Variations
Color information
#81A400 (or 0x81A400) is known color: Lima. HEX triplet: 81, A4 and 00. RGB value is (129,164,0). Sum of RGB (Red+Green+Blue) = 129+164+0=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 164 (64.45% from 255 or 55.97% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 164 - color contains mainly: green. Hex color #81A400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A400 is #7E5BFF. Grayscale: #878787. Windows color (decimal): -8281088 or 42113. OLE color: 42113.
HSL color Cylindrical-coordinate representation of color #81A400: hue angle of 72.8º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81A400 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 164 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.36 |
| HSL | 72.8º | 1% | 0.32% | - |
| HSV(B) | 72.8º | 1% | 0.64% | - |
| XYZ | 22.33 | 31.22 | 4.85 | - |
| YUV | 134.84 | 51.9 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 0 | 0.21 | 0 | 1 | 0.36 | 72.8 | 1 | 0.32 |
| Hex | 81 | A4 | 0 | 15 | 0 | 64 | 24 | 49 | 64 | 20 |
| Octal | 201 | 244 | 0 | 25 | 0 | 144 | 44 | 111 | 144 | 40 |
| Binary | 10000001 | 10100100 | 0 | 10101 | 0 | 1100100 | 100100 | 1001001 | 1100100 | 100000 |
Color Harmonies of #81A400
Complementary color
Monochromatic Colors of #81A400
Black with #81A400
Text Example
Text Example
White with #81A400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A400; }
p { color: rgb(129,164,0); }
H1.HeaderClassName
{
color: #81A400;
}
.AnyTagClassName
{
color: #81A400;
}
</style>
background-color css
<style>
a { background-color: #81A400; }
a { background-color: rgb(129,164,0); }
div.DivClassName
{
background-color: #81A400;
}
.BgClassName
{
background-color: #81A400;
}
</style>
border-color css
<style>
span { border-color: #81A400; }
span { border-color: rgb(129,164,0); }
td.TdClassName
{
border-color: #81A400;
}
.TagClassName
{
border-color: #81A400;
}
</style>