Shades of Lima #81C625
Tints of Lima #81C625
RGB
CMYK
RGB Variations
Color information
#81C625 (or 0x81C625) is known color: Lima. HEX triplet: 81, C6 and 25. RGB value is (129,198,37). Sum of RGB (Red+Green+Blue) = 129+198+37=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 198 (77.73% from 255 or 54.40% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 198 - color contains mainly: green. Hex color #81C625 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C625 is #7E39DA. Grayscale: #9F9F9F. Windows color (decimal): -8272347 or 2475649. OLE color: 2475649.
HSL color Cylindrical-coordinate representation of color #81C625: hue angle of 85.71º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81C625 is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 198 | 37 | - |
| CMYK | 0.35 | 0 | 0.81 | 0.22 |
| HSL | 85.71º | 0.69% | 0.46% | - |
| HSV(B) | 85.71º | 0.81% | 0.78% | - |
| XYZ | 29.58 | 45.19 | 8.91 | - |
| YUV | 159.02 | 59.14 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 198 | 37 | 0.35 | 0 | 0.81 | 0.22 | 85.71 | 0.69 | 0.46 |
| Hex | 81 | C6 | 25 | 23 | 0 | 51 | 16 | 56 | 45 | 2E |
| Octal | 201 | 306 | 45 | 43 | 0 | 121 | 26 | 126 | 105 | 56 |
| Binary | 10000001 | 11000110 | 100101 | 100011 | 0 | 1010001 | 10110 | 1010110 | 1000101 | 101110 |
Color Harmonies of #81C625
Complementary color
Monochromatic Colors of #81C625
Black with #81C625
Text Example
Text Example
White with #81C625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C625; }
p { color: rgb(129,198,37); }
H1.HeaderClassName
{
color: #81C625;
}
.AnyTagClassName
{
color: #81C625;
}
</style>
background-color css
<style>
a { background-color: #81C625; }
a { background-color: rgb(129,198,37); }
div.DivClassName
{
background-color: #81C625;
}
.BgClassName
{
background-color: #81C625;
}
</style>
border-color css
<style>
span { border-color: #81C625; }
span { border-color: rgb(129,198,37); }
td.TdClassName
{
border-color: #81C625;
}
.TagClassName
{
border-color: #81C625;
}
</style>