Shades of Lima #7DB738
Tints of Lima #7DB738
RGB
CMYK
RGB Variations
Color information
#7DB738 (or 0x7DB738) is known color: Lima. HEX triplet: 7D, B7 and 38. RGB value is (125,183,56). Sum of RGB (Red+Green+Blue) = 125+183+56=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB738 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB738 is #8248C7. Grayscale: #979797. Windows color (decimal): -8538312 or 3716989. OLE color: 3716989.
HSL color Cylindrical-coordinate representation of color #7DB738: hue angle of 87.4º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DB738 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 56 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.28 |
| HSL | 87.4º | 0.53% | 0.47% | - |
| HSV(B) | 87.4º | 0.69% | 0.72% | - |
| XYZ | 26.1 | 38.51 | 9.8 | - |
| YUV | 151.18 | 74.28 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 56 | 0.32 | 0 | 0.69 | 0.28 | 87.4 | 0.53 | 0.47 |
| Hex | 7D | B7 | 38 | 20 | 0 | 45 | 1C | 57 | 35 | 2F |
| Octal | 175 | 267 | 70 | 40 | 0 | 105 | 34 | 127 | 65 | 57 |
| Binary | 1111101 | 10110111 | 111000 | 100000 | 0 | 1000101 | 11100 | 1010111 | 110101 | 101111 |
Color Harmonies of #7DB738
Complementary color
Monochromatic Colors of #7DB738
Black with #7DB738
Text Example
Text Example
White with #7DB738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB738; }
p { color: rgb(125,183,56); }
H1.HeaderClassName
{
color: #7DB738;
}
.AnyTagClassName
{
color: #7DB738;
}
</style>
background-color css
<style>
a { background-color: #7DB738; }
a { background-color: rgb(125,183,56); }
div.DivClassName
{
background-color: #7DB738;
}
.BgClassName
{
background-color: #7DB738;
}
</style>
border-color css
<style>
span { border-color: #7DB738; }
span { border-color: rgb(125,183,56); }
td.TdClassName
{
border-color: #7DB738;
}
.TagClassName
{
border-color: #7DB738;
}
</style>