Shades of Lima #81A21B
Tints of Lima #81A21B
RGB
CMYK
RGB Variations
Color information
#81A21B (or 0x81A21B) is known color: Lima. HEX triplet: 81, A2 and 1B. RGB value is (129,162,27). Sum of RGB (Red+Green+Blue) = 129+162+27=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #81A21B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A21B is #7E5DE4. Grayscale: #898989. Windows color (decimal): -8281573 or 1811073. OLE color: 1811073.
HSL color Cylindrical-coordinate representation of color #81A21B: hue angle of 74.67º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #81A21B is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 162 | 27 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.36 |
| HSL | 74.67º | 0.71% | 0.37% | - |
| HSV(B) | 74.67º | 0.83% | 0.64% | - |
| XYZ | 22.17 | 30.59 | 5.77 | - |
| YUV | 136.74 | 66.07 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 162 | 27 | 0.20 | 0 | 0.83 | 0.36 | 74.67 | 0.71 | 0.37 |
| Hex | 81 | A2 | 1B | 14 | 0 | 53 | 24 | 4B | 47 | 25 |
| Octal | 201 | 242 | 33 | 24 | 0 | 123 | 44 | 113 | 107 | 45 |
| Binary | 10000001 | 10100010 | 11011 | 10100 | 0 | 1010011 | 100100 | 1001011 | 1000111 | 100101 |
Color Harmonies of #81A21B
Complementary color
Monochromatic Colors of #81A21B
Black with #81A21B
Text Example
Text Example
White with #81A21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A21B; }
p { color: rgb(129,162,27); }
H1.HeaderClassName
{
color: #81A21B;
}
.AnyTagClassName
{
color: #81A21B;
}
</style>
background-color css
<style>
a { background-color: #81A21B; }
a { background-color: rgb(129,162,27); }
div.DivClassName
{
background-color: #81A21B;
}
.BgClassName
{
background-color: #81A21B;
}
</style>
border-color css
<style>
span { border-color: #81A21B; }
span { border-color: rgb(129,162,27); }
td.TdClassName
{
border-color: #81A21B;
}
.TagClassName
{
border-color: #81A21B;
}
</style>