Shades of Lima #7DB907
Tints of Lima #7DB907
RGB
CMYK
RGB Variations
Color information
#7DB907 (or 0x7DB907) is known color: Lima. HEX triplet: 7D, B9 and 07. RGB value is (125,185,7). Sum of RGB (Red+Green+Blue) = 125+185+7=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 185 (72.66% from 255 or 58.36% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB907 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB907 is #8246F8. Grayscale: #939393. Windows color (decimal): -8537849 or 506237. OLE color: 506237.
HSL color Cylindrical-coordinate representation of color #7DB907: hue angle of 80.22º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DB907 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 7 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.27 |
| HSL | 80.22º | 0.93% | 0.38% | - |
| HSV(B) | 80.22º | 0.96% | 0.73% | - |
| XYZ | 25.84 | 39.07 | 6.38 | - |
| YUV | 146.77 | 49.12 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 7 | 0.32 | 0 | 0.96 | 0.27 | 80.22 | 0.93 | 0.38 |
| Hex | 7D | B9 | 7 | 20 | 0 | 60 | 1B | 50 | 5D | 26 |
| Octal | 175 | 271 | 7 | 40 | 0 | 140 | 33 | 120 | 135 | 46 |
| Binary | 1111101 | 10111001 | 111 | 100000 | 0 | 1100000 | 11011 | 1010000 | 1011101 | 100110 |
Color Harmonies of #7DB907
Complementary color
Monochromatic Colors of #7DB907
Black with #7DB907
Text Example
Text Example
White with #7DB907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB907; }
p { color: rgb(125,185,7); }
H1.HeaderClassName
{
color: #7DB907;
}
.AnyTagClassName
{
color: #7DB907;
}
</style>
background-color css
<style>
a { background-color: #7DB907; }
a { background-color: rgb(125,185,7); }
div.DivClassName
{
background-color: #7DB907;
}
.BgClassName
{
background-color: #7DB907;
}
</style>
border-color css
<style>
span { border-color: #7DB907; }
span { border-color: rgb(125,185,7); }
td.TdClassName
{
border-color: #7DB907;
}
.TagClassName
{
border-color: #7DB907;
}
</style>