Shades of Lima #7DB005
Tints of Lima #7DB005
RGB
CMYK
RGB Variations
Color information
#7DB005 (or 0x7DB005) is known color: Lima. HEX triplet: 7D, B0 and 05. RGB value is (125,176,5). Sum of RGB (Red+Green+Blue) = 125+176+5=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 176 (69.14% from 255 or 57.52% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB005 is #824FFA. Grayscale: #8D8D8D. Windows color (decimal): -8540155 or 372861. OLE color: 372861.
HSL color Cylindrical-coordinate representation of color #7DB005: hue angle of 77.89º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7DB005 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 5 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.31 |
| HSL | 77.89º | 0.94% | 0.35% | - |
| HSV(B) | 77.89º | 0.97% | 0.69% | - |
| XYZ | 24.01 | 35.42 | 5.72 | - |
| YUV | 141.26 | 51.1 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 5 | 0.29 | 0 | 0.97 | 0.31 | 77.89 | 0.94 | 0.35 |
| Hex | 7D | B0 | 5 | 1D | 0 | 61 | 1F | 4E | 5E | 23 |
| Octal | 175 | 260 | 5 | 35 | 0 | 141 | 37 | 116 | 136 | 43 |
| Binary | 1111101 | 10110000 | 101 | 11101 | 0 | 1100001 | 11111 | 1001110 | 1011110 | 100011 |
Color Harmonies of #7DB005
Complementary color
Monochromatic Colors of #7DB005
Black with #7DB005
Text Example
Text Example
White with #7DB005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB005; }
p { color: rgb(125,176,5); }
H1.HeaderClassName
{
color: #7DB005;
}
.AnyTagClassName
{
color: #7DB005;
}
</style>
background-color css
<style>
a { background-color: #7DB005; }
a { background-color: rgb(125,176,5); }
div.DivClassName
{
background-color: #7DB005;
}
.BgClassName
{
background-color: #7DB005;
}
</style>
border-color css
<style>
span { border-color: #7DB005; }
span { border-color: rgb(125,176,5); }
td.TdClassName
{
border-color: #7DB005;
}
.TagClassName
{
border-color: #7DB005;
}
</style>