Shades of Lima #7CA817
Tints of Lima #7CA817
RGB
CMYK
RGB Variations
Color information
#7CA817 (or 0x7CA817) is known color: Lima. HEX triplet: 7C, A8 and 17. RGB value is (124,168,23). Sum of RGB (Red+Green+Blue) = 124+168+23=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 168 (66.02% from 255 or 53.33% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 168 - color contains mainly: green. Hex color #7CA817 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA817 is #8357E8. Grayscale: #8A8A8A. Windows color (decimal): -8607721 or 1550460. OLE color: 1550460.
HSL color Cylindrical-coordinate representation of color #7CA817: hue angle of 78.21º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7CA817 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 124 | 168 | 23 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.34 |
| HSL | 78.21º | 0.76% | 0.37% | - |
| HSV(B) | 78.21º | 0.86% | 0.66% | - |
| XYZ | 22.47 | 32.35 | 5.87 | - |
| YUV | 138.31 | 62.92 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 168 | 23 | 0.26 | 0 | 0.86 | 0.34 | 78.21 | 0.76 | 0.37 |
| Hex | 7C | A8 | 17 | 1A | 0 | 56 | 22 | 4E | 4C | 25 |
| Octal | 174 | 250 | 27 | 32 | 0 | 126 | 42 | 116 | 114 | 45 |
| Binary | 1111100 | 10101000 | 10111 | 11010 | 0 | 1010110 | 100010 | 1001110 | 1001100 | 100101 |
Color Harmonies of #7CA817
Complementary color
Monochromatic Colors of #7CA817
Black with #7CA817
Text Example
Text Example
White with #7CA817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA817; }
p { color: rgb(124,168,23); }
H1.HeaderClassName
{
color: #7CA817;
}
.AnyTagClassName
{
color: #7CA817;
}
</style>
background-color css
<style>
a { background-color: #7CA817; }
a { background-color: rgb(124,168,23); }
div.DivClassName
{
background-color: #7CA817;
}
.BgClassName
{
background-color: #7CA817;
}
</style>
border-color css
<style>
span { border-color: #7CA817; }
span { border-color: rgb(124,168,23); }
td.TdClassName
{
border-color: #7CA817;
}
.TagClassName
{
border-color: #7CA817;
}
</style>