Shades of Lima #7DB726
Tints of Lima #7DB726
RGB
CMYK
RGB Variations
Color information
#7DB726 (or 0x7DB726) is known color: Lima. HEX triplet: 7D, B7 and 26. RGB value is (125,183,38). Sum of RGB (Red+Green+Blue) = 125+183+38=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 183 (71.88% from 255 or 52.89% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB726 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB726 is #8248D9. Grayscale: #959595. Windows color (decimal): -8538330 or 2537341. OLE color: 2537341.
HSL color Cylindrical-coordinate representation of color #7DB726: hue angle of 84º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DB726 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 38 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.28 |
| HSL | 84º | 0.66% | 0.43% | - |
| HSV(B) | 84º | 0.79% | 0.72% | - |
| XYZ | 25.74 | 38.37 | 7.88 | - |
| YUV | 149.13 | 65.28 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 38 | 0.32 | 0 | 0.79 | 0.28 | 84 | 0.66 | 0.43 |
| Hex | 7D | B7 | 26 | 20 | 0 | 4F | 1C | 54 | 42 | 2B |
| Octal | 175 | 267 | 46 | 40 | 0 | 117 | 34 | 124 | 102 | 53 |
| Binary | 1111101 | 10110111 | 100110 | 100000 | 0 | 1001111 | 11100 | 1010100 | 1000010 | 101011 |
Color Harmonies of #7DB726
Complementary color
Monochromatic Colors of #7DB726
Black with #7DB726
Text Example
Text Example
White with #7DB726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB726; }
p { color: rgb(125,183,38); }
H1.HeaderClassName
{
color: #7DB726;
}
.AnyTagClassName
{
color: #7DB726;
}
</style>
background-color css
<style>
a { background-color: #7DB726; }
a { background-color: rgb(125,183,38); }
div.DivClassName
{
background-color: #7DB726;
}
.BgClassName
{
background-color: #7DB726;
}
</style>
border-color css
<style>
span { border-color: #7DB726; }
span { border-color: rgb(125,183,38); }
td.TdClassName
{
border-color: #7DB726;
}
.TagClassName
{
border-color: #7DB726;
}
</style>