Shades of Lima #7CB910
Tints of Lima #7CB910
RGB
CMYK
RGB Variations
Color information
#7CB910 (or 0x7CB910) is known color: Lima. HEX triplet: 7C, B9 and 10. RGB value is (124,185,16). Sum of RGB (Red+Green+Blue) = 124+185+16=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 185 (72.66% from 255 or 56.92% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB910 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB910 is #8346EF. Grayscale: #949494. Windows color (decimal): -8603376 or 1096060. OLE color: 1096060.
HSL color Cylindrical-coordinate representation of color #7CB910: hue angle of 81.66º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CB910 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 16 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.27 |
| HSL | 81.66º | 0.84% | 0.39% | - |
| HSV(B) | 81.66º | 0.91% | 0.73% | - |
| XYZ | 25.75 | 39.02 | 6.66 | - |
| YUV | 147.5 | 53.79 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 16 | 0.33 | 0 | 0.91 | 0.27 | 81.66 | 0.84 | 0.39 |
| Hex | 7C | B9 | 10 | 21 | 0 | 5B | 1B | 52 | 54 | 27 |
| Octal | 174 | 271 | 20 | 41 | 0 | 133 | 33 | 122 | 124 | 47 |
| Binary | 1111100 | 10111001 | 10000 | 100001 | 0 | 1011011 | 11011 | 1010010 | 1010100 | 100111 |
Color Harmonies of #7CB910
Complementary color
Monochromatic Colors of #7CB910
Black with #7CB910
Text Example
Text Example
White with #7CB910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB910; }
p { color: rgb(124,185,16); }
H1.HeaderClassName
{
color: #7CB910;
}
.AnyTagClassName
{
color: #7CB910;
}
</style>
background-color css
<style>
a { background-color: #7CB910; }
a { background-color: rgb(124,185,16); }
div.DivClassName
{
background-color: #7CB910;
}
.BgClassName
{
background-color: #7CB910;
}
</style>
border-color css
<style>
span { border-color: #7CB910; }
span { border-color: rgb(124,185,16); }
td.TdClassName
{
border-color: #7CB910;
}
.TagClassName
{
border-color: #7CB910;
}
</style>