Shades of Lima #81AB25
Tints of Lima #81AB25
RGB
CMYK
RGB Variations
Color information
#81AB25 (or 0x81AB25) is known color: Lima. HEX triplet: 81, AB and 25. RGB value is (129,171,37). Sum of RGB (Red+Green+Blue) = 129+171+37=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AB25 is #7E54DA. Grayscale: #8F8F8F. Windows color (decimal): -8279259 or 2468737. OLE color: 2468737.
HSL color Cylindrical-coordinate representation of color #81AB25: hue angle of 78.81º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81AB25 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 37 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.33 |
| HSL | 78.81º | 0.64% | 0.41% | - |
| HSV(B) | 78.81º | 0.78% | 0.67% | - |
| XYZ | 23.95 | 33.93 | 7.04 | - |
| YUV | 143.17 | 68.09 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 37 | 0.25 | 0 | 0.78 | 0.33 | 78.81 | 0.64 | 0.41 |
| Hex | 81 | AB | 25 | 19 | 0 | 4E | 21 | 4F | 40 | 29 |
| Octal | 201 | 253 | 45 | 31 | 0 | 116 | 41 | 117 | 100 | 51 |
| Binary | 10000001 | 10101011 | 100101 | 11001 | 0 | 1001110 | 100001 | 1001111 | 1000000 | 101001 |
Color Harmonies of #81AB25
Complementary color
Monochromatic Colors of #81AB25
Black with #81AB25
Text Example
Text Example
White with #81AB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB25; }
p { color: rgb(129,171,37); }
H1.HeaderClassName
{
color: #81AB25;
}
.AnyTagClassName
{
color: #81AB25;
}
</style>
background-color css
<style>
a { background-color: #81AB25; }
a { background-color: rgb(129,171,37); }
div.DivClassName
{
background-color: #81AB25;
}
.BgClassName
{
background-color: #81AB25;
}
</style>
border-color css
<style>
span { border-color: #81AB25; }
span { border-color: rgb(129,171,37); }
td.TdClassName
{
border-color: #81AB25;
}
.TagClassName
{
border-color: #81AB25;
}
</style>