Shades of Lima #81BF11
Tints of Lima #81BF11
RGB
CMYK
RGB Variations
Color information
#81BF11 (or 0x81BF11) is known color: Lima. HEX triplet: 81, BF and 11. RGB value is (129,191,17). Sum of RGB (Red+Green+Blue) = 129+191+17=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 191 (75% from 255 or 56.68% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BF11 is #7E40EE. Grayscale: #999999. Windows color (decimal): -8274159 or 1163137. OLE color: 1163137.
HSL color Cylindrical-coordinate representation of color #81BF11: hue angle of 81.38º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81BF11 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 191 | 17 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.25 |
| HSL | 81.38º | 0.84% | 0.41% | - |
| HSV(B) | 81.38º | 0.91% | 0.75% | - |
| XYZ | 27.79 | 41.97 | 7.17 | - |
| YUV | 152.63 | 51.46 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 191 | 17 | 0.32 | 0 | 0.91 | 0.25 | 81.38 | 0.84 | 0.41 |
| Hex | 81 | BF | 11 | 20 | 0 | 5B | 19 | 51 | 54 | 29 |
| Octal | 201 | 277 | 21 | 40 | 0 | 133 | 31 | 121 | 124 | 51 |
| Binary | 10000001 | 10111111 | 10001 | 100000 | 0 | 1011011 | 11001 | 1010001 | 1010100 | 101001 |
Color Harmonies of #81BF11
Complementary color
Monochromatic Colors of #81BF11
Black with #81BF11
Text Example
Text Example
White with #81BF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BF11; }
p { color: rgb(129,191,17); }
H1.HeaderClassName
{
color: #81BF11;
}
.AnyTagClassName
{
color: #81BF11;
}
</style>
background-color css
<style>
a { background-color: #81BF11; }
a { background-color: rgb(129,191,17); }
div.DivClassName
{
background-color: #81BF11;
}
.BgClassName
{
background-color: #81BF11;
}
</style>
border-color css
<style>
span { border-color: #81BF11; }
span { border-color: rgb(129,191,17); }
td.TdClassName
{
border-color: #81BF11;
}
.TagClassName
{
border-color: #81BF11;
}
</style>