Shades of Lima #81C321
Tints of Lima #81C321
RGB
CMYK
RGB Variations
Color information
#81C321 (or 0x81C321) is known color: Lima. HEX triplet: 81, C3 and 21. RGB value is (129,195,33). Sum of RGB (Red+Green+Blue) = 129+195+33=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #81C321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C321 is #7E3CDE. Grayscale: #9D9D9D. Windows color (decimal): -8273119 or 2212737. OLE color: 2212737.
HSL color Cylindrical-coordinate representation of color #81C321: hue angle of 84.44º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #81C321 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 195 | 33 | - |
| CMYK | 0.34 | 0 | 0.83 | 0.24 |
| HSL | 84.44º | 0.71% | 0.45% | - |
| HSV(B) | 84.44º | 0.83% | 0.76% | - |
| XYZ | 28.84 | 43.81 | 8.37 | - |
| YUV | 156.8 | 58.13 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 195 | 33 | 0.34 | 0 | 0.83 | 0.24 | 84.44 | 0.71 | 0.45 |
| Hex | 81 | C3 | 21 | 22 | 0 | 53 | 18 | 54 | 47 | 2D |
| Octal | 201 | 303 | 41 | 42 | 0 | 123 | 30 | 124 | 107 | 55 |
| Binary | 10000001 | 11000011 | 100001 | 100010 | 0 | 1010011 | 11000 | 1010100 | 1000111 | 101101 |
Color Harmonies of #81C321
Complementary color
Monochromatic Colors of #81C321
Black with #81C321
Text Example
Text Example
White with #81C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C321; }
p { color: rgb(129,195,33); }
H1.HeaderClassName
{
color: #81C321;
}
.AnyTagClassName
{
color: #81C321;
}
</style>
background-color css
<style>
a { background-color: #81C321; }
a { background-color: rgb(129,195,33); }
div.DivClassName
{
background-color: #81C321;
}
.BgClassName
{
background-color: #81C321;
}
</style>
border-color css
<style>
span { border-color: #81C321; }
span { border-color: rgb(129,195,33); }
td.TdClassName
{
border-color: #81C321;
}
.TagClassName
{
border-color: #81C321;
}
</style>