Shades of Lima #7DBA3C
Tints of Lima #7DBA3C
RGB
CMYK
RGB Variations
Color information
#7DBA3C (or 0x7DBA3C) is known color: Lima. HEX triplet: 7D, BA and 3C. RGB value is (125,186,60). Sum of RGB (Red+Green+Blue) = 125+186+60=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA3C is #8245C3. Grayscale: #999999. Windows color (decimal): -8537540 or 3979901. OLE color: 3979901.
HSL color Cylindrical-coordinate representation of color #7DBA3C: hue angle of 89.05º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7DBA3C is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 60 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.27 |
| HSL | 89.05º | 0.51% | 0.48% | - |
| HSV(B) | 89.05º | 0.68% | 0.73% | - |
| XYZ | 26.83 | 39.8 | 10.54 | - |
| YUV | 153.4 | 75.29 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 60 | 0.33 | 0 | 0.68 | 0.27 | 89.05 | 0.51 | 0.48 |
| Hex | 7D | BA | 3C | 21 | 0 | 44 | 1B | 59 | 33 | 30 |
| Octal | 175 | 272 | 74 | 41 | 0 | 104 | 33 | 131 | 63 | 60 |
| Binary | 1111101 | 10111010 | 111100 | 100001 | 0 | 1000100 | 11011 | 1011001 | 110011 | 110000 |
Color Harmonies of #7DBA3C
Complementary color
Monochromatic Colors of #7DBA3C
Black with #7DBA3C
Text Example
Text Example
White with #7DBA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA3C; }
p { color: rgb(125,186,60); }
H1.HeaderClassName
{
color: #7DBA3C;
}
.AnyTagClassName
{
color: #7DBA3C;
}
</style>
background-color css
<style>
a { background-color: #7DBA3C; }
a { background-color: rgb(125,186,60); }
div.DivClassName
{
background-color: #7DBA3C;
}
.BgClassName
{
background-color: #7DBA3C;
}
</style>
border-color css
<style>
span { border-color: #7DBA3C; }
span { border-color: rgb(125,186,60); }
td.TdClassName
{
border-color: #7DBA3C;
}
.TagClassName
{
border-color: #7DBA3C;
}
</style>