Shades of Lima #7DB725
Tints of Lima #7DB725
RGB
CMYK
RGB Variations
Color information
#7DB725 (or 0x7DB725) is known color: Lima. HEX triplet: 7D, B7 and 25. RGB value is (125,183,37). Sum of RGB (Red+Green+Blue) = 125+183+37=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB725 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB725 is #8248DA. Grayscale: #959595. Windows color (decimal): -8538331 or 2471805. OLE color: 2471805.
HSL color Cylindrical-coordinate representation of color #7DB725: hue angle of 83.84º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DB725 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 37 | - |
| CMYK | 0.32 | 0 | 0.80 | 0.28 |
| HSL | 83.84º | 0.66% | 0.43% | - |
| HSV(B) | 83.84º | 0.8% | 0.72% | - |
| XYZ | 25.72 | 38.36 | 7.8 | - |
| YUV | 149.01 | 64.78 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 37 | 0.32 | 0 | 0.80 | 0.28 | 83.84 | 0.66 | 0.43 |
| Hex | 7D | B7 | 25 | 20 | 0 | 50 | 1C | 54 | 42 | 2B |
| Octal | 175 | 267 | 45 | 40 | 0 | 120 | 34 | 124 | 102 | 53 |
| Binary | 1111101 | 10110111 | 100101 | 100000 | 0 | 1010000 | 11100 | 1010100 | 1000010 | 101011 |
Color Harmonies of #7DB725
Complementary color
Monochromatic Colors of #7DB725
Black with #7DB725
Text Example
Text Example
White with #7DB725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB725; }
p { color: rgb(125,183,37); }
H1.HeaderClassName
{
color: #7DB725;
}
.AnyTagClassName
{
color: #7DB725;
}
</style>
background-color css
<style>
a { background-color: #7DB725; }
a { background-color: rgb(125,183,37); }
div.DivClassName
{
background-color: #7DB725;
}
.BgClassName
{
background-color: #7DB725;
}
</style>
border-color css
<style>
span { border-color: #7DB725; }
span { border-color: rgb(125,183,37); }
td.TdClassName
{
border-color: #7DB725;
}
.TagClassName
{
border-color: #7DB725;
}
</style>