Shades of Lima #81C50A
Tints of Lima #81C50A
RGB
CMYK
RGB Variations
Color information
#81C50A (or 0x81C50A) is known color: Lima. HEX triplet: 81, C5 and 0A. RGB value is (129,197,10). Sum of RGB (Red+Green+Blue) = 129+197+10=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 197 (77.34% from 255 or 58.63% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 197 - color contains mainly: green. Hex color #81C50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C50A is #7E3AF5. Grayscale: #9C9C9C. Windows color (decimal): -8272630 or 705921. OLE color: 705921.
HSL color Cylindrical-coordinate representation of color #81C50A: hue angle of 81.82º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81C50A is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 197 | 10 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.23 |
| HSL | 81.82º | 0.9% | 0.41% | - |
| HSV(B) | 81.82º | 0.95% | 0.77% | - |
| XYZ | 29.07 | 44.62 | 7.37 | - |
| YUV | 155.35 | 45.97 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 10 | 0.35 | 0 | 0.95 | 0.23 | 81.82 | 0.9 | 0.41 |
| Hex | 81 | C5 | A | 23 | 0 | 5F | 17 | 52 | 5A | 29 |
| Octal | 201 | 305 | 12 | 43 | 0 | 137 | 27 | 122 | 132 | 51 |
| Binary | 10000001 | 11000101 | 1010 | 100011 | 0 | 1011111 | 10111 | 1010010 | 1011010 | 101001 |
Color Harmonies of #81C50A
Complementary color
Monochromatic Colors of #81C50A
Black with #81C50A
Text Example
Text Example
White with #81C50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C50A; }
p { color: rgb(129,197,10); }
H1.HeaderClassName
{
color: #81C50A;
}
.AnyTagClassName
{
color: #81C50A;
}
</style>
background-color css
<style>
a { background-color: #81C50A; }
a { background-color: rgb(129,197,10); }
div.DivClassName
{
background-color: #81C50A;
}
.BgClassName
{
background-color: #81C50A;
}
</style>
border-color css
<style>
span { border-color: #81C50A; }
span { border-color: rgb(129,197,10); }
td.TdClassName
{
border-color: #81C50A;
}
.TagClassName
{
border-color: #81C50A;
}
</style>