Shades of Lima #81BD11
Tints of Lima #81BD11
RGB
CMYK
RGB Variations
Color information
#81BD11 (or 0x81BD11) is known color: Lima. HEX triplet: 81, BD and 11. RGB value is (129,189,17). Sum of RGB (Red+Green+Blue) = 129+189+17=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 189 (74.22% from 255 or 56.42% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BD11 is #7E42EE. Grayscale: #989898. Windows color (decimal): -8274671 or 1162625. OLE color: 1162625.
HSL color Cylindrical-coordinate representation of color #81BD11: hue angle of 80.93º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81BD11 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 189 | 17 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.26 |
| HSL | 80.93º | 0.83% | 0.4% | - |
| HSV(B) | 80.93º | 0.91% | 0.74% | - |
| XYZ | 27.35 | 41.1 | 7.02 | - |
| YUV | 151.45 | 52.12 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 17 | 0.32 | 0 | 0.91 | 0.26 | 80.93 | 0.83 | 0.4 |
| Hex | 81 | BD | 11 | 20 | 0 | 5B | 1A | 51 | 53 | 28 |
| Octal | 201 | 275 | 21 | 40 | 0 | 133 | 32 | 121 | 123 | 50 |
| Binary | 10000001 | 10111101 | 10001 | 100000 | 0 | 1011011 | 11010 | 1010001 | 1010011 | 101000 |
Color Harmonies of #81BD11
Complementary color
Monochromatic Colors of #81BD11
Black with #81BD11
Text Example
Text Example
White with #81BD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BD11; }
p { color: rgb(129,189,17); }
H1.HeaderClassName
{
color: #81BD11;
}
.AnyTagClassName
{
color: #81BD11;
}
</style>
background-color css
<style>
a { background-color: #81BD11; }
a { background-color: rgb(129,189,17); }
div.DivClassName
{
background-color: #81BD11;
}
.BgClassName
{
background-color: #81BD11;
}
</style>
border-color css
<style>
span { border-color: #81BD11; }
span { border-color: rgb(129,189,17); }
td.TdClassName
{
border-color: #81BD11;
}
.TagClassName
{
border-color: #81BD11;
}
</style>