Shades of Lima #7DB734
Tints of Lima #7DB734
RGB
CMYK
RGB Variations
Color information
#7DB734 (or 0x7DB734) is known color: Lima. HEX triplet: 7D, B7 and 34. RGB value is (125,183,52). Sum of RGB (Red+Green+Blue) = 125+183+52=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB734 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB734 is #8248CB. Grayscale: #979797. Windows color (decimal): -8538316 or 3454845. OLE color: 3454845.
HSL color Cylindrical-coordinate representation of color #7DB734: hue angle of 86.56º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7DB734 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 52 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.28 |
| HSL | 86.56º | 0.56% | 0.46% | - |
| HSV(B) | 86.56º | 0.72% | 0.72% | - |
| XYZ | 26.01 | 38.47 | 9.3 | - |
| YUV | 150.72 | 72.28 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 52 | 0.32 | 0 | 0.72 | 0.28 | 86.56 | 0.56 | 0.46 |
| Hex | 7D | B7 | 34 | 20 | 0 | 48 | 1C | 57 | 38 | 2E |
| Octal | 175 | 267 | 64 | 40 | 0 | 110 | 34 | 127 | 70 | 56 |
| Binary | 1111101 | 10110111 | 110100 | 100000 | 0 | 1001000 | 11100 | 1010111 | 111000 | 101110 |
Color Harmonies of #7DB734
Complementary color
Monochromatic Colors of #7DB734
Black with #7DB734
Text Example
Text Example
White with #7DB734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB734; }
p { color: rgb(125,183,52); }
H1.HeaderClassName
{
color: #7DB734;
}
.AnyTagClassName
{
color: #7DB734;
}
</style>
background-color css
<style>
a { background-color: #7DB734; }
a { background-color: rgb(125,183,52); }
div.DivClassName
{
background-color: #7DB734;
}
.BgClassName
{
background-color: #7DB734;
}
</style>
border-color css
<style>
span { border-color: #7DB734; }
span { border-color: rgb(125,183,52); }
td.TdClassName
{
border-color: #7DB734;
}
.TagClassName
{
border-color: #7DB734;
}
</style>