Shades of Lima #81C529
Tints of Lima #81C529
RGB
CMYK
RGB Variations
Color information
#81C529 (or 0x81C529) is known color: Lima. HEX triplet: 81, C5 and 29. RGB value is (129,197,41). Sum of RGB (Red+Green+Blue) = 129+197+41=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #81C529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C529 is #7E3AD6. Grayscale: #9F9F9F. Windows color (decimal): -8272599 or 2737537. OLE color: 2737537.
HSL color Cylindrical-coordinate representation of color #81C529: hue angle of 86.15º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81C529 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 197 | 41 | - |
| CMYK | 0.35 | 0 | 0.79 | 0.23 |
| HSL | 86.15º | 0.66% | 0.47% | - |
| HSV(B) | 86.15º | 0.79% | 0.77% | - |
| XYZ | 29.42 | 44.76 | 9.19 | - |
| YUV | 158.88 | 61.47 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 41 | 0.35 | 0 | 0.79 | 0.23 | 86.15 | 0.66 | 0.47 |
| Hex | 81 | C5 | 29 | 23 | 0 | 4F | 17 | 56 | 42 | 2F |
| Octal | 201 | 305 | 51 | 43 | 0 | 117 | 27 | 126 | 102 | 57 |
| Binary | 10000001 | 11000101 | 101001 | 100011 | 0 | 1001111 | 10111 | 1010110 | 1000010 | 101111 |
Color Harmonies of #81C529
Complementary color
Monochromatic Colors of #81C529
Black with #81C529
Text Example
Text Example
White with #81C529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C529; }
p { color: rgb(129,197,41); }
H1.HeaderClassName
{
color: #81C529;
}
.AnyTagClassName
{
color: #81C529;
}
</style>
background-color css
<style>
a { background-color: #81C529; }
a { background-color: rgb(129,197,41); }
div.DivClassName
{
background-color: #81C529;
}
.BgClassName
{
background-color: #81C529;
}
</style>
border-color css
<style>
span { border-color: #81C529; }
span { border-color: rgb(129,197,41); }
td.TdClassName
{
border-color: #81C529;
}
.TagClassName
{
border-color: #81C529;
}
</style>