Shades of Lima #81C619
Tints of Lima #81C619
RGB
CMYK
RGB Variations
Color information
#81C619 (or 0x81C619) is known color: Lima. HEX triplet: 81, C6 and 19. RGB value is (129,198,25). Sum of RGB (Red+Green+Blue) = 129+198+25=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #81C619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C619 is #7E39E6. Grayscale: #9E9E9E. Windows color (decimal): -8272359 or 1689217. OLE color: 1689217.
HSL color Cylindrical-coordinate representation of color #81C619: hue angle of 83.93º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81C619 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 198 | 25 | - |
| CMYK | 0.35 | 0 | 0.87 | 0.22 |
| HSL | 83.93º | 0.78% | 0.44% | - |
| HSV(B) | 83.93º | 0.87% | 0.78% | - |
| XYZ | 29.42 | 45.13 | 8.08 | - |
| YUV | 157.65 | 53.14 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 198 | 25 | 0.35 | 0 | 0.87 | 0.22 | 83.93 | 0.78 | 0.44 |
| Hex | 81 | C6 | 19 | 23 | 0 | 57 | 16 | 54 | 4E | 2C |
| Octal | 201 | 306 | 31 | 43 | 0 | 127 | 26 | 124 | 116 | 54 |
| Binary | 10000001 | 11000110 | 11001 | 100011 | 0 | 1010111 | 10110 | 1010100 | 1001110 | 101100 |
Color Harmonies of #81C619
Complementary color
Monochromatic Colors of #81C619
Black with #81C619
Text Example
Text Example
White with #81C619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C619; }
p { color: rgb(129,198,25); }
H1.HeaderClassName
{
color: #81C619;
}
.AnyTagClassName
{
color: #81C619;
}
</style>
background-color css
<style>
a { background-color: #81C619; }
a { background-color: rgb(129,198,25); }
div.DivClassName
{
background-color: #81C619;
}
.BgClassName
{
background-color: #81C619;
}
</style>
border-color css
<style>
span { border-color: #81C619; }
span { border-color: rgb(129,198,25); }
td.TdClassName
{
border-color: #81C619;
}
.TagClassName
{
border-color: #81C619;
}
</style>