Shades of Lima #81C726
Tints of Lima #81C726
RGB
CMYK
RGB Variations
Color information
#81C726 (or 0x81C726) is known color: Lima. HEX triplet: 81, C7 and 26. RGB value is (129,199,38). Sum of RGB (Red+Green+Blue) = 129+199+38=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 199 (78.12% from 255 or 54.37% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 199 - color contains mainly: green. Hex color #81C726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C726 is #7E38D9. Grayscale: #A0A0A0. Windows color (decimal): -8272090 or 2541441. OLE color: 2541441.
HSL color Cylindrical-coordinate representation of color #81C726: hue angle of 86.09º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81C726 is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 199 | 38 | - |
| CMYK | 0.35 | 0 | 0.81 | 0.22 |
| HSL | 86.09º | 0.68% | 0.46% | - |
| HSV(B) | 86.09º | 0.81% | 0.78% | - |
| XYZ | 29.83 | 45.65 | 9.07 | - |
| YUV | 159.72 | 59.31 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 199 | 38 | 0.35 | 0 | 0.81 | 0.22 | 86.09 | 0.68 | 0.46 |
| Hex | 81 | C7 | 26 | 23 | 0 | 51 | 16 | 56 | 44 | 2E |
| Octal | 201 | 307 | 46 | 43 | 0 | 121 | 26 | 126 | 104 | 56 |
| Binary | 10000001 | 11000111 | 100110 | 100011 | 0 | 1010001 | 10110 | 1010110 | 1000100 | 101110 |
Color Harmonies of #81C726
Complementary color
Monochromatic Colors of #81C726
Black with #81C726
Text Example
Text Example
White with #81C726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C726; }
p { color: rgb(129,199,38); }
H1.HeaderClassName
{
color: #81C726;
}
.AnyTagClassName
{
color: #81C726;
}
</style>
background-color css
<style>
a { background-color: #81C726; }
a { background-color: rgb(129,199,38); }
div.DivClassName
{
background-color: #81C726;
}
.BgClassName
{
background-color: #81C726;
}
</style>
border-color css
<style>
span { border-color: #81C726; }
span { border-color: rgb(129,199,38); }
td.TdClassName
{
border-color: #81C726;
}
.TagClassName
{
border-color: #81C726;
}
</style>