Shades of Lima #81AB08
Tints of Lima #81AB08
RGB
CMYK
RGB Variations
Color information
#81AB08 (or 0x81AB08) is known color: Lima. HEX triplet: 81, AB and 08. RGB value is (129,171,8). Sum of RGB (Red+Green+Blue) = 129+171+8=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AB08 is #7E54F7. Grayscale: #8C8C8C. Windows color (decimal): -8279288 or 568193. OLE color: 568193.
HSL color Cylindrical-coordinate representation of color #81AB08: hue angle of 75.46º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81AB08 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 8 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.33 |
| HSL | 75.46º | 0.91% | 0.35% | - |
| HSV(B) | 75.46º | 0.95% | 0.67% | - |
| XYZ | 23.66 | 33.81 | 5.51 | - |
| YUV | 139.86 | 53.59 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 8 | 0.25 | 0 | 0.95 | 0.33 | 75.46 | 0.91 | 0.35 |
| Hex | 81 | AB | 8 | 19 | 0 | 5F | 21 | 4B | 5B | 23 |
| Octal | 201 | 253 | 10 | 31 | 0 | 137 | 41 | 113 | 133 | 43 |
| Binary | 10000001 | 10101011 | 1000 | 11001 | 0 | 1011111 | 100001 | 1001011 | 1011011 | 100011 |
Color Harmonies of #81AB08
Complementary color
Monochromatic Colors of #81AB08
Black with #81AB08
Text Example
Text Example
White with #81AB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB08; }
p { color: rgb(129,171,8); }
H1.HeaderClassName
{
color: #81AB08;
}
.AnyTagClassName
{
color: #81AB08;
}
</style>
background-color css
<style>
a { background-color: #81AB08; }
a { background-color: rgb(129,171,8); }
div.DivClassName
{
background-color: #81AB08;
}
.BgClassName
{
background-color: #81AB08;
}
</style>
border-color css
<style>
span { border-color: #81AB08; }
span { border-color: rgb(129,171,8); }
td.TdClassName
{
border-color: #81AB08;
}
.TagClassName
{
border-color: #81AB08;
}
</style>