Shades of Lima #7DB737
Tints of Lima #7DB737
RGB
CMYK
RGB Variations
Color information
#7DB737 (or 0x7DB737) is known color: Lima. HEX triplet: 7D, B7 and 37. RGB value is (125,183,55). Sum of RGB (Red+Green+Blue) = 125+183+55=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB737 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB737 is #8248C8. Grayscale: #979797. Windows color (decimal): -8538313 or 3651453. OLE color: 3651453.
HSL color Cylindrical-coordinate representation of color #7DB737: hue angle of 87.19º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DB737 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 55 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.28 |
| HSL | 87.19º | 0.54% | 0.47% | - |
| HSV(B) | 87.19º | 0.7% | 0.72% | - |
| XYZ | 26.08 | 38.5 | 9.67 | - |
| YUV | 151.07 | 73.78 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 55 | 0.32 | 0 | 0.70 | 0.28 | 87.19 | 0.54 | 0.47 |
| Hex | 7D | B7 | 37 | 20 | 0 | 46 | 1C | 57 | 36 | 2F |
| Octal | 175 | 267 | 67 | 40 | 0 | 106 | 34 | 127 | 66 | 57 |
| Binary | 1111101 | 10110111 | 110111 | 100000 | 0 | 1000110 | 11100 | 1010111 | 110110 | 101111 |
Color Harmonies of #7DB737
Complementary color
Monochromatic Colors of #7DB737
Black with #7DB737
Text Example
Text Example
White with #7DB737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB737; }
p { color: rgb(125,183,55); }
H1.HeaderClassName
{
color: #7DB737;
}
.AnyTagClassName
{
color: #7DB737;
}
</style>
background-color css
<style>
a { background-color: #7DB737; }
a { background-color: rgb(125,183,55); }
div.DivClassName
{
background-color: #7DB737;
}
.BgClassName
{
background-color: #7DB737;
}
</style>
border-color css
<style>
span { border-color: #7DB737; }
span { border-color: rgb(125,183,55); }
td.TdClassName
{
border-color: #7DB737;
}
.TagClassName
{
border-color: #7DB737;
}
</style>