Shades of Lima #7CBD06
Tints of Lima #7CBD06
RGB
CMYK
RGB Variations
Color information
#7CBD06 (or 0x7CBD06) is known color: Lima. HEX triplet: 7C, BD and 06. RGB value is (124,189,6). Sum of RGB (Red+Green+Blue) = 124+189+6=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 189 (74.22% from 255 or 59.25% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBD06 is #8342F9. Grayscale: #959595. Windows color (decimal): -8602362 or 441724. OLE color: 441724.
HSL color Cylindrical-coordinate representation of color #7CBD06: hue angle of 81.31º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7CBD06 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 6 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.26 |
| HSL | 81.31º | 0.94% | 0.38% | - |
| HSV(B) | 81.31º | 0.97% | 0.74% | - |
| XYZ | 26.54 | 40.69 | 6.63 | - |
| YUV | 148.7 | 47.47 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 6 | 0.34 | 0 | 0.97 | 0.26 | 81.31 | 0.94 | 0.38 |
| Hex | 7C | BD | 6 | 22 | 0 | 61 | 1A | 51 | 5E | 26 |
| Octal | 174 | 275 | 6 | 42 | 0 | 141 | 32 | 121 | 136 | 46 |
| Binary | 1111100 | 10111101 | 110 | 100010 | 0 | 1100001 | 11010 | 1010001 | 1011110 | 100110 |
Color Harmonies of #7CBD06
Complementary color
Monochromatic Colors of #7CBD06
Black with #7CBD06
Text Example
Text Example
White with #7CBD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBD06; }
p { color: rgb(124,189,6); }
H1.HeaderClassName
{
color: #7CBD06;
}
.AnyTagClassName
{
color: #7CBD06;
}
</style>
background-color css
<style>
a { background-color: #7CBD06; }
a { background-color: rgb(124,189,6); }
div.DivClassName
{
background-color: #7CBD06;
}
.BgClassName
{
background-color: #7CBD06;
}
</style>
border-color css
<style>
span { border-color: #7CBD06; }
span { border-color: rgb(124,189,6); }
td.TdClassName
{
border-color: #7CBD06;
}
.TagClassName
{
border-color: #7CBD06;
}
</style>