Shades of Lima #81C22F
Tints of Lima #81C22F
RGB
CMYK
RGB Variations
Color information
#81C22F (or 0x81C22F) is known color: Lima. HEX triplet: 81, C2 and 2F. RGB value is (129,194,47). Sum of RGB (Red+Green+Blue) = 129+194+47=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #81C22F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C22F is #7E3DD0. Grayscale: #9E9E9E. Windows color (decimal): -8273361 or 3129985. OLE color: 3129985.
HSL color Cylindrical-coordinate representation of color #81C22F: hue angle of 86.53º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81C22F is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 194 | 47 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.24 |
| HSL | 86.53º | 0.61% | 0.47% | - |
| HSV(B) | 86.53º | 0.76% | 0.76% | - |
| XYZ | 28.86 | 43.46 | 9.56 | - |
| YUV | 157.81 | 65.47 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 194 | 47 | 0.34 | 0 | 0.76 | 0.24 | 86.53 | 0.61 | 0.47 |
| Hex | 81 | C2 | 2F | 22 | 0 | 4C | 18 | 57 | 3D | 2F |
| Octal | 201 | 302 | 57 | 42 | 0 | 114 | 30 | 127 | 75 | 57 |
| Binary | 10000001 | 11000010 | 101111 | 100010 | 0 | 1001100 | 11000 | 1010111 | 111101 | 101111 |
Color Harmonies of #81C22F
Complementary color
Monochromatic Colors of #81C22F
Black with #81C22F
Text Example
Text Example
White with #81C22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C22F; }
p { color: rgb(129,194,47); }
H1.HeaderClassName
{
color: #81C22F;
}
.AnyTagClassName
{
color: #81C22F;
}
</style>
background-color css
<style>
a { background-color: #81C22F; }
a { background-color: rgb(129,194,47); }
div.DivClassName
{
background-color: #81C22F;
}
.BgClassName
{
background-color: #81C22F;
}
</style>
border-color css
<style>
span { border-color: #81C22F; }
span { border-color: rgb(129,194,47); }
td.TdClassName
{
border-color: #81C22F;
}
.TagClassName
{
border-color: #81C22F;
}
</style>