Shades of Lima #7DB437
Tints of Lima #7DB437
RGB
CMYK
RGB Variations
Color information
#7DB437 (or 0x7DB437) is known color: Lima. HEX triplet: 7D, B4 and 37. RGB value is (125,180,55). Sum of RGB (Red+Green+Blue) = 125+180+55=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB437 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB437 is #824BC8. Grayscale: #959595. Windows color (decimal): -8539081 or 3650685. OLE color: 3650685.
HSL color Cylindrical-coordinate representation of color #7DB437: hue angle of 86.4º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DB437 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 55 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.29 |
| HSL | 86.4º | 0.53% | 0.46% | - |
| HSV(B) | 86.4º | 0.69% | 0.71% | - |
| XYZ | 25.47 | 37.28 | 9.47 | - |
| YUV | 149.31 | 74.78 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 55 | 0.31 | 0 | 0.69 | 0.29 | 86.4 | 0.53 | 0.46 |
| Hex | 7D | B4 | 37 | 1F | 0 | 45 | 1D | 56 | 35 | 2E |
| Octal | 175 | 264 | 67 | 37 | 0 | 105 | 35 | 126 | 65 | 56 |
| Binary | 1111101 | 10110100 | 110111 | 11111 | 0 | 1000101 | 11101 | 1010110 | 110101 | 101110 |
Color Harmonies of #7DB437
Complementary color
Monochromatic Colors of #7DB437
Black with #7DB437
Text Example
Text Example
White with #7DB437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB437; }
p { color: rgb(125,180,55); }
H1.HeaderClassName
{
color: #7DB437;
}
.AnyTagClassName
{
color: #7DB437;
}
</style>
background-color css
<style>
a { background-color: #7DB437; }
a { background-color: rgb(125,180,55); }
div.DivClassName
{
background-color: #7DB437;
}
.BgClassName
{
background-color: #7DB437;
}
</style>
border-color css
<style>
span { border-color: #7DB437; }
span { border-color: rgb(125,180,55); }
td.TdClassName
{
border-color: #7DB437;
}
.TagClassName
{
border-color: #7DB437;
}
</style>