Shades of Lima #81BC14
Tints of Lima #81BC14
RGB
CMYK
RGB Variations
Color information
#81BC14 (or 0x81BC14) is known color: Lima. HEX triplet: 81, BC and 14. RGB value is (129,188,20). Sum of RGB (Red+Green+Blue) = 129+188+20=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BC14 is #7E43EB. Grayscale: #979797. Windows color (decimal): -8274924 or 1358977. OLE color: 1358977.
HSL color Cylindrical-coordinate representation of color #81BC14: hue angle of 81.07º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81BC14 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 20 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.26 |
| HSL | 81.07º | 0.81% | 0.41% | - |
| HSV(B) | 81.07º | 0.89% | 0.74% | - |
| XYZ | 27.16 | 40.68 | 7.08 | - |
| YUV | 151.21 | 53.95 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 20 | 0.31 | 0 | 0.89 | 0.26 | 81.07 | 0.81 | 0.41 |
| Hex | 81 | BC | 14 | 1F | 0 | 59 | 1A | 51 | 51 | 29 |
| Octal | 201 | 274 | 24 | 37 | 0 | 131 | 32 | 121 | 121 | 51 |
| Binary | 10000001 | 10111100 | 10100 | 11111 | 0 | 1011001 | 11010 | 1010001 | 1010001 | 101001 |
Color Harmonies of #81BC14
Complementary color
Monochromatic Colors of #81BC14
Black with #81BC14
Text Example
Text Example
White with #81BC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC14; }
p { color: rgb(129,188,20); }
H1.HeaderClassName
{
color: #81BC14;
}
.AnyTagClassName
{
color: #81BC14;
}
</style>
background-color css
<style>
a { background-color: #81BC14; }
a { background-color: rgb(129,188,20); }
div.DivClassName
{
background-color: #81BC14;
}
.BgClassName
{
background-color: #81BC14;
}
</style>
border-color css
<style>
span { border-color: #81BC14; }
span { border-color: rgb(129,188,20); }
td.TdClassName
{
border-color: #81BC14;
}
.TagClassName
{
border-color: #81BC14;
}
</style>