Shades of Lima #7DB507
Tints of Lima #7DB507
RGB
CMYK
RGB Variations
Color information
#7DB507 (or 0x7DB507) is known color: Lima. HEX triplet: 7D, B5 and 07. RGB value is (125,181,7). Sum of RGB (Red+Green+Blue) = 125+181+7=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 181 (71.09% from 255 or 57.83% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB507 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB507 is #824AF8. Grayscale: #919191. Windows color (decimal): -8538873 or 505213. OLE color: 505213.
HSL color Cylindrical-coordinate representation of color #7DB507: hue angle of 79.31º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DB507 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 7 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.29 |
| HSL | 79.31º | 0.93% | 0.37% | - |
| HSV(B) | 79.31º | 0.96% | 0.71% | - |
| XYZ | 25.02 | 37.42 | 6.11 | - |
| YUV | 144.42 | 50.45 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 7 | 0.31 | 0 | 0.96 | 0.29 | 79.31 | 0.93 | 0.37 |
| Hex | 7D | B5 | 7 | 1F | 0 | 60 | 1D | 4F | 5D | 25 |
| Octal | 175 | 265 | 7 | 37 | 0 | 140 | 35 | 117 | 135 | 45 |
| Binary | 1111101 | 10110101 | 111 | 11111 | 0 | 1100000 | 11101 | 1001111 | 1011101 | 100101 |
Color Harmonies of #7DB507
Complementary color
Monochromatic Colors of #7DB507
Black with #7DB507
Text Example
Text Example
White with #7DB507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB507; }
p { color: rgb(125,181,7); }
H1.HeaderClassName
{
color: #7DB507;
}
.AnyTagClassName
{
color: #7DB507;
}
</style>
background-color css
<style>
a { background-color: #7DB507; }
a { background-color: rgb(125,181,7); }
div.DivClassName
{
background-color: #7DB507;
}
.BgClassName
{
background-color: #7DB507;
}
</style>
border-color css
<style>
span { border-color: #7DB507; }
span { border-color: rgb(125,181,7); }
td.TdClassName
{
border-color: #7DB507;
}
.TagClassName
{
border-color: #7DB507;
}
</style>