Shades of Lima #81AF13
Tints of Lima #81AF13
RGB
CMYK
RGB Variations
Color information
#81AF13 (or 0x81AF13) is known color: Lima. HEX triplet: 81, AF and 13. RGB value is (129,175,19). Sum of RGB (Red+Green+Blue) = 129+175+19=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AF13 is #7E50EC. Grayscale: #909090. Windows color (decimal): -8278253 or 1290113. OLE color: 1290113.
HSL color Cylindrical-coordinate representation of color #81AF13: hue angle of 77.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81AF13 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 19 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.31 |
| HSL | 77.69º | 0.8% | 0.38% | - |
| HSV(B) | 77.69º | 0.89% | 0.69% | - |
| XYZ | 24.5 | 35.37 | 6.15 | - |
| YUV | 143.46 | 57.76 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 19 | 0.26 | 0 | 0.89 | 0.31 | 77.69 | 0.8 | 0.38 |
| Hex | 81 | AF | 13 | 1A | 0 | 59 | 1F | 4E | 50 | 26 |
| Octal | 201 | 257 | 23 | 32 | 0 | 131 | 37 | 116 | 120 | 46 |
| Binary | 10000001 | 10101111 | 10011 | 11010 | 0 | 1011001 | 11111 | 1001110 | 1010000 | 100110 |
Color Harmonies of #81AF13
Complementary color
Monochromatic Colors of #81AF13
Black with #81AF13
Text Example
Text Example
White with #81AF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AF13; }
p { color: rgb(129,175,19); }
H1.HeaderClassName
{
color: #81AF13;
}
.AnyTagClassName
{
color: #81AF13;
}
</style>
background-color css
<style>
a { background-color: #81AF13; }
a { background-color: rgb(129,175,19); }
div.DivClassName
{
background-color: #81AF13;
}
.BgClassName
{
background-color: #81AF13;
}
</style>
border-color css
<style>
span { border-color: #81AF13; }
span { border-color: rgb(129,175,19); }
td.TdClassName
{
border-color: #81AF13;
}
.TagClassName
{
border-color: #81AF13;
}
</style>