Shades of Lima #7DB605
Tints of Lima #7DB605
RGB
CMYK
RGB Variations
Color information
#7DB605 (or 0x7DB605) is known color: Lima. HEX triplet: 7D, B6 and 05. RGB value is (125,182,5). Sum of RGB (Red+Green+Blue) = 125+182+5=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 182 (71.48% from 255 or 58.33% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB605 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB605 is #8249FA. Grayscale: #919191. Windows color (decimal): -8538619 or 374397. OLE color: 374397.
HSL color Cylindrical-coordinate representation of color #7DB605: hue angle of 79.32º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7DB605 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 182 | 5 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.29 |
| HSL | 79.32º | 0.95% | 0.37% | - |
| HSV(B) | 79.32º | 0.97% | 0.71% | - |
| XYZ | 25.21 | 37.83 | 6.12 | - |
| YUV | 144.78 | 49.12 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 182 | 5 | 0.31 | 0 | 0.97 | 0.29 | 79.32 | 0.95 | 0.37 |
| Hex | 7D | B6 | 5 | 1F | 0 | 61 | 1D | 4F | 5F | 25 |
| Octal | 175 | 266 | 5 | 37 | 0 | 141 | 35 | 117 | 137 | 45 |
| Binary | 1111101 | 10110110 | 101 | 11111 | 0 | 1100001 | 11101 | 1001111 | 1011111 | 100101 |
Color Harmonies of #7DB605
Complementary color
Monochromatic Colors of #7DB605
Black with #7DB605
Text Example
Text Example
White with #7DB605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB605; }
p { color: rgb(125,182,5); }
H1.HeaderClassName
{
color: #7DB605;
}
.AnyTagClassName
{
color: #7DB605;
}
</style>
background-color css
<style>
a { background-color: #7DB605; }
a { background-color: rgb(125,182,5); }
div.DivClassName
{
background-color: #7DB605;
}
.BgClassName
{
background-color: #7DB605;
}
</style>
border-color css
<style>
span { border-color: #7DB605; }
span { border-color: rgb(125,182,5); }
td.TdClassName
{
border-color: #7DB605;
}
.TagClassName
{
border-color: #7DB605;
}
</style>