Shades of Lima #7CAB20
Tints of Lima #7CAB20
RGB
CMYK
RGB Variations
Color information
#7CAB20 (or 0x7CAB20) is known color: Lima. HEX triplet: 7C, AB and 20. RGB value is (124,171,32). Sum of RGB (Red+Green+Blue) = 124+171+32=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAB20 is #8354DF. Grayscale: #8D8D8D. Windows color (decimal): -8606944 or 2141052. OLE color: 2141052.
HSL color Cylindrical-coordinate representation of color #7CAB20: hue angle of 80.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7CAB20 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 171 | 32 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.33 |
| HSL | 80.29º | 0.68% | 0.4% | - |
| HSV(B) | 80.29º | 0.81% | 0.67% | - |
| XYZ | 23.14 | 33.52 | 6.62 | - |
| YUV | 141.1 | 66.43 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 32 | 0.27 | 0 | 0.81 | 0.33 | 80.29 | 0.68 | 0.4 |
| Hex | 7C | AB | 20 | 1B | 0 | 51 | 21 | 50 | 44 | 28 |
| Octal | 174 | 253 | 40 | 33 | 0 | 121 | 41 | 120 | 104 | 50 |
| Binary | 1111100 | 10101011 | 100000 | 11011 | 0 | 1010001 | 100001 | 1010000 | 1000100 | 101000 |
Color Harmonies of #7CAB20
Complementary color
Monochromatic Colors of #7CAB20
Black with #7CAB20
Text Example
Text Example
White with #7CAB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAB20; }
p { color: rgb(124,171,32); }
H1.HeaderClassName
{
color: #7CAB20;
}
.AnyTagClassName
{
color: #7CAB20;
}
</style>
background-color css
<style>
a { background-color: #7CAB20; }
a { background-color: rgb(124,171,32); }
div.DivClassName
{
background-color: #7CAB20;
}
.BgClassName
{
background-color: #7CAB20;
}
</style>
border-color css
<style>
span { border-color: #7CAB20; }
span { border-color: rgb(124,171,32); }
td.TdClassName
{
border-color: #7CAB20;
}
.TagClassName
{
border-color: #7CAB20;
}
</style>