Shades of Lima #81AF01
Tints of Lima #81AF01
RGB
CMYK
RGB Variations
Color information
#81AF01 (or 0x81AF01) is known color: Lima. HEX triplet: 81, AF and 01. RGB value is (129,175,1). Sum of RGB (Red+Green+Blue) = 129+175+1=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AF01 is #7E50FE. Grayscale: #8E8E8E. Windows color (decimal): -8278271 or 110465. OLE color: 110465.
HSL color Cylindrical-coordinate representation of color #81AF01: hue angle of 75.86º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81AF01 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 1 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.31 |
| HSL | 75.86º | 0.99% | 0.35% | - |
| HSV(B) | 75.86º | 0.99% | 0.69% | - |
| XYZ | 24.39 | 35.33 | 5.56 | - |
| YUV | 141.41 | 48.76 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 1 | 0.26 | 0 | 0.99 | 0.31 | 75.86 | 0.99 | 0.35 |
| Hex | 81 | AF | 1 | 1A | 0 | 63 | 1F | 4C | 63 | 23 |
| Octal | 201 | 257 | 1 | 32 | 0 | 143 | 37 | 114 | 143 | 43 |
| Binary | 10000001 | 10101111 | 1 | 11010 | 0 | 1100011 | 11111 | 1001100 | 1100011 | 100011 |
Color Harmonies of #81AF01
Complementary color
Monochromatic Colors of #81AF01
Black with #81AF01
Text Example
Text Example
White with #81AF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AF01; }
p { color: rgb(129,175,1); }
H1.HeaderClassName
{
color: #81AF01;
}
.AnyTagClassName
{
color: #81AF01;
}
</style>
background-color css
<style>
a { background-color: #81AF01; }
a { background-color: rgb(129,175,1); }
div.DivClassName
{
background-color: #81AF01;
}
.BgClassName
{
background-color: #81AF01;
}
</style>
border-color css
<style>
span { border-color: #81AF01; }
span { border-color: rgb(129,175,1); }
td.TdClassName
{
border-color: #81AF01;
}
.TagClassName
{
border-color: #81AF01;
}
</style>