Shades of Lima #7DBD1D
Tints of Lima #7DBD1D
RGB
CMYK
RGB Variations
Color information
#7DBD1D (or 0x7DBD1D) is known color: Lima. HEX triplet: 7D, BD and 1D. RGB value is (125,189,29). Sum of RGB (Red+Green+Blue) = 125+189+29=343 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.44% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBD1D is #8242E2. Grayscale: #989898. Windows color (decimal): -8536803 or 1949053. OLE color: 1949053.
HSL color Cylindrical-coordinate representation of color #7DBD1D: hue angle of 84º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7DBD1D is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 189 | 29 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.26 |
| HSL | 84º | 0.73% | 0.43% | - |
| HSV(B) | 84º | 0.85% | 0.74% | - |
| XYZ | 26.88 | 40.84 | 7.63 | - |
| YUV | 151.62 | 58.8 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 189 | 29 | 0.34 | 0 | 0.85 | 0.26 | 84 | 0.73 | 0.43 |
| Hex | 7D | BD | 1D | 22 | 0 | 55 | 1A | 54 | 49 | 2B |
| Octal | 175 | 275 | 35 | 42 | 0 | 125 | 32 | 124 | 111 | 53 |
| Binary | 1111101 | 10111101 | 11101 | 100010 | 0 | 1010101 | 11010 | 1010100 | 1001001 | 101011 |
Color Harmonies of #7DBD1D
Complementary color
Monochromatic Colors of #7DBD1D
Black with #7DBD1D
Text Example
Text Example
White with #7DBD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBD1D; }
p { color: rgb(125,189,29); }
H1.HeaderClassName
{
color: #7DBD1D;
}
.AnyTagClassName
{
color: #7DBD1D;
}
</style>
background-color css
<style>
a { background-color: #7DBD1D; }
a { background-color: rgb(125,189,29); }
div.DivClassName
{
background-color: #7DBD1D;
}
.BgClassName
{
background-color: #7DBD1D;
}
</style>
border-color css
<style>
span { border-color: #7DBD1D; }
span { border-color: rgb(125,189,29); }
td.TdClassName
{
border-color: #7DBD1D;
}
.TagClassName
{
border-color: #7DBD1D;
}
</style>