Shades of Lima #81AD1B
Tints of Lima #81AD1B
RGB
CMYK
RGB Variations
Color information
#81AD1B (or 0x81AD1B) is known color: Lima. HEX triplet: 81, AD and 1B. RGB value is (129,173,27). Sum of RGB (Red+Green+Blue) = 129+173+27=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AD1B is #7E52E4. Grayscale: #8F8F8F. Windows color (decimal): -8278757 or 1813889. OLE color: 1813889.
HSL color Cylindrical-coordinate representation of color #81AD1B: hue angle of 78.08º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81AD1B is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 173 | 27 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.32 |
| HSL | 78.08º | 0.73% | 0.39% | - |
| HSV(B) | 78.08º | 0.84% | 0.68% | - |
| XYZ | 24.19 | 34.63 | 6.45 | - |
| YUV | 143.2 | 62.42 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 27 | 0.25 | 0 | 0.84 | 0.32 | 78.08 | 0.73 | 0.39 |
| Hex | 81 | AD | 1B | 19 | 0 | 54 | 20 | 4E | 49 | 27 |
| Octal | 201 | 255 | 33 | 31 | 0 | 124 | 40 | 116 | 111 | 47 |
| Binary | 10000001 | 10101101 | 11011 | 11001 | 0 | 1010100 | 100000 | 1001110 | 1001001 | 100111 |
Color Harmonies of #81AD1B
Complementary color
Monochromatic Colors of #81AD1B
Black with #81AD1B
Text Example
Text Example
White with #81AD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AD1B; }
p { color: rgb(129,173,27); }
H1.HeaderClassName
{
color: #81AD1B;
}
.AnyTagClassName
{
color: #81AD1B;
}
</style>
background-color css
<style>
a { background-color: #81AD1B; }
a { background-color: rgb(129,173,27); }
div.DivClassName
{
background-color: #81AD1B;
}
.BgClassName
{
background-color: #81AD1B;
}
</style>
border-color css
<style>
span { border-color: #81AD1B; }
span { border-color: rgb(129,173,27); }
td.TdClassName
{
border-color: #81AD1B;
}
.TagClassName
{
border-color: #81AD1B;
}
</style>