Shades of Lima #81B10C
Tints of Lima #81B10C
RGB
CMYK
RGB Variations
Color information
#81B10C (or 0x81B10C) is known color: Lima. HEX triplet: 81, B1 and 0C. RGB value is (129,177,12). Sum of RGB (Red+Green+Blue) = 129+177+12=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 177 (69.53% from 255 or 55.66% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 177 - color contains mainly: green. Hex color #81B10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81B10C is #7E4EF3. Grayscale: #909090. Windows color (decimal): -8277748 or 831873. OLE color: 831873.
HSL color Cylindrical-coordinate representation of color #81B10C: hue angle of 77.45º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81B10C is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 177 | 12 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.31 |
| HSL | 77.45º | 0.87% | 0.37% | - |
| HSV(B) | 77.45º | 0.93% | 0.69% | - |
| XYZ | 24.84 | 36.14 | 6.01 | - |
| YUV | 143.84 | 53.6 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 177 | 12 | 0.27 | 0 | 0.93 | 0.31 | 77.45 | 0.87 | 0.37 |
| Hex | 81 | B1 | C | 1B | 0 | 5D | 1F | 4D | 57 | 25 |
| Octal | 201 | 261 | 14 | 33 | 0 | 135 | 37 | 115 | 127 | 45 |
| Binary | 10000001 | 10110001 | 1100 | 11011 | 0 | 1011101 | 11111 | 1001101 | 1010111 | 100101 |
Color Harmonies of #81B10C
Complementary color
Monochromatic Colors of #81B10C
Black with #81B10C
Text Example
Text Example
White with #81B10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B10C; }
p { color: rgb(129,177,12); }
H1.HeaderClassName
{
color: #81B10C;
}
.AnyTagClassName
{
color: #81B10C;
}
</style>
background-color css
<style>
a { background-color: #81B10C; }
a { background-color: rgb(129,177,12); }
div.DivClassName
{
background-color: #81B10C;
}
.BgClassName
{
background-color: #81B10C;
}
</style>
border-color css
<style>
span { border-color: #81B10C; }
span { border-color: rgb(129,177,12); }
td.TdClassName
{
border-color: #81B10C;
}
.TagClassName
{
border-color: #81B10C;
}
</style>