Shades of Lima #7DB105
Tints of Lima #7DB105
RGB
CMYK
RGB Variations
Color information
#7DB105 (or 0x7DB105) is known color: Lima. HEX triplet: 7D, B1 and 05. RGB value is (125,177,5). Sum of RGB (Red+Green+Blue) = 125+177+5=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 177 (69.53% from 255 or 57.65% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB105 is #824EFA. Grayscale: #8E8E8E. Windows color (decimal): -8539899 or 373117. OLE color: 373117.
HSL color Cylindrical-coordinate representation of color #7DB105: hue angle of 78.14º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7DB105 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 177 | 5 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.31 |
| HSL | 78.14º | 0.95% | 0.36% | - |
| HSV(B) | 78.14º | 0.97% | 0.69% | - |
| XYZ | 24.21 | 35.82 | 5.78 | - |
| YUV | 141.84 | 50.77 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 5 | 0.29 | 0 | 0.97 | 0.31 | 78.14 | 0.95 | 0.36 |
| Hex | 7D | B1 | 5 | 1D | 0 | 61 | 1F | 4E | 5F | 24 |
| Octal | 175 | 261 | 5 | 35 | 0 | 141 | 37 | 116 | 137 | 44 |
| Binary | 1111101 | 10110001 | 101 | 11101 | 0 | 1100001 | 11111 | 1001110 | 1011111 | 100100 |
Color Harmonies of #7DB105
Complementary color
Monochromatic Colors of #7DB105
Black with #7DB105
Text Example
Text Example
White with #7DB105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB105; }
p { color: rgb(125,177,5); }
H1.HeaderClassName
{
color: #7DB105;
}
.AnyTagClassName
{
color: #7DB105;
}
</style>
background-color css
<style>
a { background-color: #7DB105; }
a { background-color: rgb(125,177,5); }
div.DivClassName
{
background-color: #7DB105;
}
.BgClassName
{
background-color: #7DB105;
}
</style>
border-color css
<style>
span { border-color: #7DB105; }
span { border-color: rgb(125,177,5); }
td.TdClassName
{
border-color: #7DB105;
}
.TagClassName
{
border-color: #7DB105;
}
</style>