Shades of Lima #81BC11
Tints of Lima #81BC11
RGB
CMYK
RGB Variations
Color information
#81BC11 (or 0x81BC11) is known color: Lima. HEX triplet: 81, BC and 11. RGB value is (129,188,17). Sum of RGB (Red+Green+Blue) = 129+188+17=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BC11 is #7E43EE. Grayscale: #979797. Windows color (decimal): -8274927 or 1162369. OLE color: 1162369.
HSL color Cylindrical-coordinate representation of color #81BC11: hue angle of 80.7º 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 #81BC11 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 17 | - |
| CMYK | 0.31 | 0 | 0.91 | 0.26 |
| HSL | 80.7º | 0.83% | 0.4% | - |
| HSV(B) | 80.7º | 0.91% | 0.74% | - |
| XYZ | 27.14 | 40.67 | 6.95 | - |
| YUV | 150.87 | 52.45 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 17 | 0.31 | 0 | 0.91 | 0.26 | 80.7 | 0.83 | 0.4 |
| Hex | 81 | BC | 11 | 1F | 0 | 5B | 1A | 51 | 53 | 28 |
| Octal | 201 | 274 | 21 | 37 | 0 | 133 | 32 | 121 | 123 | 50 |
| Binary | 10000001 | 10111100 | 10001 | 11111 | 0 | 1011011 | 11010 | 1010001 | 1010011 | 101000 |
Color Harmonies of #81BC11
Complementary color
Monochromatic Colors of #81BC11
Black with #81BC11
Text Example
Text Example
White with #81BC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC11; }
p { color: rgb(129,188,17); }
H1.HeaderClassName
{
color: #81BC11;
}
.AnyTagClassName
{
color: #81BC11;
}
</style>
background-color css
<style>
a { background-color: #81BC11; }
a { background-color: rgb(129,188,17); }
div.DivClassName
{
background-color: #81BC11;
}
.BgClassName
{
background-color: #81BC11;
}
</style>
border-color css
<style>
span { border-color: #81BC11; }
span { border-color: rgb(129,188,17); }
td.TdClassName
{
border-color: #81BC11;
}
.TagClassName
{
border-color: #81BC11;
}
</style>