Shades of Lima #7DB123
Tints of Lima #7DB123
RGB
CMYK
RGB Variations
Color information
#7DB123 (or 0x7DB123) is known color: Lima. HEX triplet: 7D, B1 and 23. RGB value is (125,177,35). Sum of RGB (Red+Green+Blue) = 125+177+35=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB123 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB123 is #824EDC. Grayscale: #919191. Windows color (decimal): -8539869 or 2339197. OLE color: 2339197.
HSL color Cylindrical-coordinate representation of color #7DB123: hue angle of 81.97º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DB123 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 177 | 35 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.31 |
| HSL | 81.97º | 0.67% | 0.42% | - |
| HSV(B) | 81.97º | 0.8% | 0.69% | - |
| XYZ | 24.48 | 35.93 | 7.23 | - |
| YUV | 145.26 | 65.77 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 35 | 0.29 | 0 | 0.80 | 0.31 | 81.97 | 0.67 | 0.42 |
| Hex | 7D | B1 | 23 | 1D | 0 | 50 | 1F | 52 | 43 | 2A |
| Octal | 175 | 261 | 43 | 35 | 0 | 120 | 37 | 122 | 103 | 52 |
| Binary | 1111101 | 10110001 | 100011 | 11101 | 0 | 1010000 | 11111 | 1010010 | 1000011 | 101010 |
Color Harmonies of #7DB123
Complementary color
Monochromatic Colors of #7DB123
Black with #7DB123
Text Example
Text Example
White with #7DB123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB123; }
p { color: rgb(125,177,35); }
H1.HeaderClassName
{
color: #7DB123;
}
.AnyTagClassName
{
color: #7DB123;
}
</style>
background-color css
<style>
a { background-color: #7DB123; }
a { background-color: rgb(125,177,35); }
div.DivClassName
{
background-color: #7DB123;
}
.BgClassName
{
background-color: #7DB123;
}
</style>
border-color css
<style>
span { border-color: #7DB123; }
span { border-color: rgb(125,177,35); }
td.TdClassName
{
border-color: #7DB123;
}
.TagClassName
{
border-color: #7DB123;
}
</style>