Shades of Lima #81C617
Tints of Lima #81C617
RGB
CMYK
RGB Variations
Color information
#81C617 (or 0x81C617) is known color: Lima. HEX triplet: 81, C6 and 17. RGB value is (129,198,23). Sum of RGB (Red+Green+Blue) = 129+198+23=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 198 (77.73% from 255 or 56.57% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 198 - color contains mainly: green. Hex color #81C617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C617 is #7E39E8. Grayscale: #9E9E9E. Windows color (decimal): -8272361 or 1558145. OLE color: 1558145.
HSL color Cylindrical-coordinate representation of color #81C617: hue angle of 83.66º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81C617 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 198 | 23 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.22 |
| HSL | 83.66º | 0.79% | 0.43% | - |
| HSV(B) | 83.66º | 0.88% | 0.78% | - |
| XYZ | 29.4 | 45.12 | 7.97 | - |
| YUV | 157.42 | 52.14 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 198 | 23 | 0.35 | 0 | 0.88 | 0.22 | 83.66 | 0.79 | 0.43 |
| Hex | 81 | C6 | 17 | 23 | 0 | 58 | 16 | 54 | 4F | 2B |
| Octal | 201 | 306 | 27 | 43 | 0 | 130 | 26 | 124 | 117 | 53 |
| Binary | 10000001 | 11000110 | 10111 | 100011 | 0 | 1011000 | 10110 | 1010100 | 1001111 | 101011 |
Color Harmonies of #81C617
Complementary color
Monochromatic Colors of #81C617
Black with #81C617
Text Example
Text Example
White with #81C617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C617; }
p { color: rgb(129,198,23); }
H1.HeaderClassName
{
color: #81C617;
}
.AnyTagClassName
{
color: #81C617;
}
</style>
background-color css
<style>
a { background-color: #81C617; }
a { background-color: rgb(129,198,23); }
div.DivClassName
{
background-color: #81C617;
}
.BgClassName
{
background-color: #81C617;
}
</style>
border-color css
<style>
span { border-color: #81C617; }
span { border-color: rgb(129,198,23); }
td.TdClassName
{
border-color: #81C617;
}
.TagClassName
{
border-color: #81C617;
}
</style>