Shades of Lima #7DB505
Tints of Lima #7DB505
RGB
CMYK
RGB Variations
Color information
#7DB505 (or 0x7DB505) is known color: Lima. HEX triplet: 7D, B5 and 05. RGB value is (125,181,5). Sum of RGB (Red+Green+Blue) = 125+181+5=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 181 (71.09% from 255 or 58.20% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB505 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DB505 is #824AFA. Grayscale: #909090. Windows color (decimal): -8538875 or 374141. OLE color: 374141.
HSL color Cylindrical-coordinate representation of color #7DB505: hue angle of 79.09º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7DB505 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 5 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.29 |
| HSL | 79.09º | 0.95% | 0.36% | - |
| HSV(B) | 79.09º | 0.97% | 0.71% | - |
| XYZ | 25.01 | 37.42 | 6.05 | - |
| YUV | 144.19 | 49.45 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 5 | 0.31 | 0 | 0.97 | 0.29 | 79.09 | 0.95 | 0.36 |
| Hex | 7D | B5 | 5 | 1F | 0 | 61 | 1D | 4F | 5F | 24 |
| Octal | 175 | 265 | 5 | 37 | 0 | 141 | 35 | 117 | 137 | 44 |
| Binary | 1111101 | 10110101 | 101 | 11111 | 0 | 1100001 | 11101 | 1001111 | 1011111 | 100100 |
Color Harmonies of #7DB505
Complementary color
Monochromatic Colors of #7DB505
Black with #7DB505
Text Example
Text Example
White with #7DB505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB505; }
p { color: rgb(125,181,5); }
H1.HeaderClassName
{
color: #7DB505;
}
.AnyTagClassName
{
color: #7DB505;
}
</style>
background-color css
<style>
a { background-color: #7DB505; }
a { background-color: rgb(125,181,5); }
div.DivClassName
{
background-color: #7DB505;
}
.BgClassName
{
background-color: #7DB505;
}
</style>
border-color css
<style>
span { border-color: #7DB505; }
span { border-color: rgb(125,181,5); }
td.TdClassName
{
border-color: #7DB505;
}
.TagClassName
{
border-color: #7DB505;
}
</style>