Shades of Lima #81AF27
Tints of Lima #81AF27
RGB
CMYK
RGB Variations
Color information
#81AF27 (or 0x81AF27) is known color: Lima. HEX triplet: 81, AF and 27. RGB value is (129,175,39). Sum of RGB (Red+Green+Blue) = 129+175+39=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AF27 is #7E50D8. Grayscale: #929292. Windows color (decimal): -8278233 or 2600833. OLE color: 2600833.
HSL color Cylindrical-coordinate representation of color #81AF27: hue angle of 80.29º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81AF27 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 39 | - |
| CMYK | 0.26 | 0 | 0.78 | 0.31 |
| HSL | 80.29º | 0.64% | 0.42% | - |
| HSV(B) | 80.29º | 0.78% | 0.69% | - |
| XYZ | 24.75 | 35.47 | 7.46 | - |
| YUV | 145.74 | 67.76 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 39 | 0.26 | 0 | 0.78 | 0.31 | 80.29 | 0.64 | 0.42 |
| Hex | 81 | AF | 27 | 1A | 0 | 4E | 1F | 50 | 40 | 2A |
| Octal | 201 | 257 | 47 | 32 | 0 | 116 | 37 | 120 | 100 | 52 |
| Binary | 10000001 | 10101111 | 100111 | 11010 | 0 | 1001110 | 11111 | 1010000 | 1000000 | 101010 |
Color Harmonies of #81AF27
Complementary color
Monochromatic Colors of #81AF27
Black with #81AF27
Text Example
Text Example
White with #81AF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AF27; }
p { color: rgb(129,175,39); }
H1.HeaderClassName
{
color: #81AF27;
}
.AnyTagClassName
{
color: #81AF27;
}
</style>
background-color css
<style>
a { background-color: #81AF27; }
a { background-color: rgb(129,175,39); }
div.DivClassName
{
background-color: #81AF27;
}
.BgClassName
{
background-color: #81AF27;
}
</style>
border-color css
<style>
span { border-color: #81AF27; }
span { border-color: rgb(129,175,39); }
td.TdClassName
{
border-color: #81AF27;
}
.TagClassName
{
border-color: #81AF27;
}
</style>