Shades of Lima #81C020
Tints of Lima #81C020
RGB
CMYK
RGB Variations
Color information
#81C020 (or 0x81C020) is known color: Lima. HEX triplet: 81, C0 and 20. RGB value is (129,192,32). Sum of RGB (Red+Green+Blue) = 129+192+32=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 192 (75.39% from 255 or 54.39% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 192 - color contains mainly: green. Hex color #81C020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C020 is #7E3FDF. Grayscale: #9B9B9B. Windows color (decimal): -8273888 or 2146433. OLE color: 2146433.
HSL color Cylindrical-coordinate representation of color #81C020: hue angle of 83.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #81C020 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 32 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.25 |
| HSL | 83.63º | 0.71% | 0.44% | - |
| HSV(B) | 83.63º | 0.83% | 0.75% | - |
| XYZ | 28.16 | 42.47 | 8.08 | - |
| YUV | 154.92 | 58.63 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 32 | 0.33 | 0 | 0.83 | 0.25 | 83.63 | 0.71 | 0.44 |
| Hex | 81 | C0 | 20 | 21 | 0 | 53 | 19 | 54 | 47 | 2C |
| Octal | 201 | 300 | 40 | 41 | 0 | 123 | 31 | 124 | 107 | 54 |
| Binary | 10000001 | 11000000 | 100000 | 100001 | 0 | 1010011 | 11001 | 1010100 | 1000111 | 101100 |
Color Harmonies of #81C020
Complementary color
Monochromatic Colors of #81C020
Black with #81C020
Text Example
Text Example
White with #81C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C020; }
p { color: rgb(129,192,32); }
H1.HeaderClassName
{
color: #81C020;
}
.AnyTagClassName
{
color: #81C020;
}
</style>
background-color css
<style>
a { background-color: #81C020; }
a { background-color: rgb(129,192,32); }
div.DivClassName
{
background-color: #81C020;
}
.BgClassName
{
background-color: #81C020;
}
</style>
border-color css
<style>
span { border-color: #81C020; }
span { border-color: rgb(129,192,32); }
td.TdClassName
{
border-color: #81C020;
}
.TagClassName
{
border-color: #81C020;
}
</style>